Update neuralprophet model with new data #1525
Unanswered
miguelc3
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment 5 replies
-
Yeah. We do that by saving & loading the model with pickle. Then, when you need to load more data, simply update your dataframe with new data and re-run the fit & predict proceedures. If you set your random seed to a fixed, then you can eliminate the fluctuations introduced by the refit. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is it possible to update a fitted model with new data? So that it can be used in a incremental way with new data every 5 minutes? I think it is possible to do that with fbprophet, but I coudn't find a way with neuralprophet.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions