sktime: ModuleNotFoundError: No module named 'sktime.transformers.panel'
I get the error:
ModuleNotFoundError: No module named 'sktime.transformers.panel'
For
from sktime.transformers.panel.reduce import Tabularizer
(taken from: https://www.sktime.org/en/latest/examples/02_classification_univariate.html?highlight=tabulizer
)
I use version 0.43
Why can’t I import it? Thanks
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (8 by maintainers)
@mloning Thanks, but I suppose it’s not the best solution since I might encounter additional issues later - there is no way to just install v0.4.3 in google colab? I can share with you any needed configuration (it’s pretty much the default, I changed nothing)
Also, I am reading ur original reply again and there is something I can’t understand - if I installed the latest stable from master, and the notebook are also from the latest stable from master, why aren’t they match?
Okay for version 0.4.3 you can see the code structure here: https://github.com/alan-turing-institute/sktime/tree/v0.4.3 so you can adjust the import statements.
Hope this helps!