Python sktime导入:与';sktime.classification.interval#u-based';

Python sktime导入:与';sktime.classification.interval#u-based';,python,import,time-series,classification,sktime,Python,Import,Time Series,Classification,Sktime,有人能帮助解决这个问题吗 ImportError: cannot import name 'TimeSeriesForestClassifier' from 'sktime.classification.interval_based' (C:\Users\GLP\anaconda3\envs\first_tests_python_38\lib\site-packages\sktime\classification\interval_based\__init__.py) 上下文是使用times

有人能帮助解决这个问题吗

ImportError: cannot import name 'TimeSeriesForestClassifier' from 'sktime.classification.interval_based' 
(C:\Users\GLP\anaconda3\envs\first_tests_python_38\lib\site-packages\sktime\classification\interval_based\__init__.py)
上下文是使用
timeseriesfrestClassifier

显然,它接受:

from sktime.classification.compose import TimeSeriesForestClassifier 
但不是

from sktime.classification.interval_based' import TimeSeriesForestClassifier