ModuleNotFoundError: No module named 'sktime.transformers.panel'
See original GitHub issueDescribe the bug
I’m new to this. Please excuse me for asking a simple question. I created a new Anaconda environment to test SKTime. I ran the ‘pip install sktime’ to install SKTime, along with tsfresh and matplotlib to follow the examples. When I try to follow the “Univariate time series classification with sktime” Time series forest example I get this error:
“ModuleNotFoundError: No module named ‘sktime.transformers.panel’”
What other dependencies am I supposed to install?
To Reproduce
from sktime.transformers.panel.summarize import RandomIntervalFeatureExtractor
Expected behavior
Additional context
python ex_univariateTSClassification1.py Traceback (most recent call last): File “ex_univariateTSClassification1.py”, line 22, in <module> from sktime.transformers.panel.summarize import RandomIntervalFeatureExtractor ModuleNotFoundError: No module named ‘sktime.transformers.panel’
Versions SKTime version 0.4.3 was installed when I ran ‘pip install sktime’
System: python: 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] executable: C:\Users\mee\AppData\Local\Continuum\anaconda3\envs\Python38-TimeSeries\python.exe machine: Windows-8.1-6.3.9600-SP0
Python dependencies: pip: 20.2.4 setuptools: 49.6.0 sklearn: 0.23.2 numpy: 1.19.4 scipy: 1.5.3 Cython: 0.29.17 pandas: 1.1.4 matplotlib: 3.3.2 joblib: 0.17.0 numba: None pmdarima: 1.7.1 tsfresh: 0.17.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Thanks @mloning
Ah, thank you very much! I’ll follow the example from the v0.4.3.