Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ValueError: endog must have ndim <= 1 #732

Open
mRuggi opened this issue Oct 27, 2023 · 1 comment
Open

[Bug]: ValueError: endog must have ndim <= 1 #732

mRuggi opened this issue Oct 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mRuggi
Copy link

mRuggi commented Oct 27, 2023

Describe the bug
I'm experiencing a bug while trying the timeseries analysis demo

To Reproduce
Steps to reproduce the behavior: I've downloaded the example dataset, indexed on the time column and tried to call the ts_anomalies_stl method on it

Screenshots and/or Traceback
bug
Environment (please complete the following information):

  • Python Version: 3.11.6
  • OS: Windows
  • Python environment: Local Python
  • MSTICPy Version: 2.3.1
@mRuggi mRuggi added the bug Something isn't working label Oct 27, 2023
@ixfd64
Copy link

ixfd64 commented Nov 13, 2023

One temporary solution is to pass the data as a Series to the STL function:

ts_anomalies_stl(stldemo['TotalBytesSent'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants