I tried to import MrSEQLClassifier by
from sktime.classification.shapelet_based import MrSEQLClassifier
but the output produces an error as:
ImportError: cannot import name 'MrSEQLClassifier' from 'sktime.classification.shapelet_based' (c:\Users\earth\anaconda3\envs\audiogram\lib\site-packages\sktime\classification\shapelet_based_init_.py)
I tried to reinstall but the problem still occurred. Is there any way I can solve this problem?
Here is the version info:
- Python: 3.10.6
- Sktime: 0.15.1