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.

UserWarning: NotImplementedWarning: NaiveForecaster does not have a custom `update` method implemented. NaiveForecaster will be refit each time `update` is called.

See original GitHub issue

In version 0.5.3, there was no problem calling the ‘update’ method using the NaiveForecaster. However, since version 0.6.0, I receive the following warning:

UserWarning: NotImplementedWarning: NaiveForecaster does not have a custom updatemethod implemented. NaiveForecaster will be refit each timeupdate is called.

The update method is important to bootstrap prediction intervals. When will this be available again?

Expected behavior The expected behavior is that the model is not refit when ‘update’ is called.

Additional context

Versions System: python: 3.8.8 (default, Apr 13 2021, 12:59:45) [Clang 10.0.0 ] executable: /Users/muhlbach/opt/anaconda3/envs/stable/bin/python machine: macOS-10.16-x86_64-i386-64bit

Python dependencies: pip: 21.0.1 setuptools: 52.0.0.post20210125 sklearn: 0.24.1 sktime: 0.6.0 statsmodels: 0.12.2 numpy: 1.18.5 scipy: 1.6.2 Cython: 0.29.23 pandas: 1.1.3 matplotlib: 3.3.4 joblib: 1.0.1 numba: 0.50.1 pmdarima: 1.8.0 tsfresh: None

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
muhlbachcommented, May 11, 2021

@mloning, sorry I didn’t get back to you in time. Setting update_params=False worked as a charm! For future reference, where can I find the changes you implement from version to version? I haven’t been able to locate them online.

0reactions
mloningcommented, May 14, 2021

Sure, feel free to add the link and open the issue! We could also have something like a table of contents at the top.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NaiveForecaster does not have a custom `update` method ...
UserWarning : NotImplementedWarning: NaiveForecaster does not have a custom update method implemented. NaiveForecaster will be refit each time update is called.
Read more >
NaiveForecaster — sktime documentation
Forecast based on naive assumptions about past trends continuing. NaiveForecaster is a forecaster that makes forecasts using simple strategies. Two out of three ......
Read more >
工具/ sktime - HackMD
UserWarning : NotImplementedWarning: AutoARIMA does not have a custom update method implemented. AutoARIMA will be refit each time update is called.
Read more >
A quick look into the Sktime for time-series forecasting (codes ...
I used the sktime library to forecast the airline data using NaiveForecaster, KNeighborsRegressor, Statistical forecasters, and auto ARIMA ...
Read more >
Why start using sktime for forecasting? - Towards Data Science
That is not what we want to do. We expect our forecaster to update the last known value every time we generate a...
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