How can i store state of model? #118
AvinashUtekar
started this conversation in
General
Replies: 0 comments
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.
-
I have hourly electricity consumption data for each building. I want to forecast the next 7 days (hourly) every Monday. When I feed data to the model each Monday, the model should retain past data or parameters so that it improves in accuracy over time.
I mean model should remember past data or parameters to improve accuracy iteratively.
how can i achieve it?
Beta Was this translation helpful? Give feedback.
All reactions