question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'sktime.transformers.panel'

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
ugmurthycommented, Nov 24, 2020

Thanks @mloning

1reaction
adelphi207831197commented, Nov 13, 2020

Ah, thank you very much! I’ll follow the example from the v0.4.3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'sktime.transformers'
I ran into a similar problem. They have moved the actual location of the module in the library. Trying this path should fix...
Read more >
No module named 'sktime.transformers.panel' #481 - GitHub
I created a new Anaconda environment to test SKTime. I ran the 'pip install sktime' to install SKTime, along with tsfresh and matplotlib...
Read more >
Changelog — sktime documentation
if Panel is passed to a series transformer, it is applied to all instances. all transformers now have signature transform(X, y=None) and inverse_transform(X, ......
Read more >
PaddingTransformer — sktime documentation
Padding panel of unequal length time series to equal, fixed length. Pads the input dataset to either a optional fixed length (longer than...
Read more >
Forecasting with sktime
Set-up instructions: this notebook give a tutorial on the forecasting learning task supported by sktime . On binder, this should run out-of-the-box.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found