我正在查看sktime包的文档。我只是找不到一件事,就是特性的重要性(我们可以通过sklearn模型获得)或模型摘要(就像我们可以从statsmodels获得的那样)。是不是还没有实现呢?from matplotlib import pyplot as plt
from sktime.forecasting.model_selectionimport temporal_train_test_split
from sktime.forecas
我正在尝试使用pip安装sktime。pypi中的最新版本是0.5.1,但是当我安装0.4.3时,它会被安装。我尝试使用pip3 install sktime==0.5.1进行安装,它抛出错误 Could not find a version that satisfies the requirement sktimeversions: 0.1.dev0, 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.4.3)
No matching distribution found for sktime