HoltWinters prediction causing problem #1757
-
|
While loading the model trained for HoltWinters shows an argument error. How can this be resolved or bypassed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello there. We will not be able to help without more context. That being said, this feels like a situation where you might have saved the model with one version of River, and you're loading it with a different version. Is that possible? |
Beta Was this translation helpful? Give feedback.
-
|
it looks like you're running into a version compatibility issue. if you saved the model with one version of the river library and are trying to load it with a newer or older version, the class signatures or internal details might have changed. try checking the versions and make sure they're the same when saving and loading. if necessary, you might need to update or downgrade the package to match the version you originally used. |
Beta Was this translation helpful? Give feedback.
it looks like you're running into a version compatibility issue. if you saved the model with one version of the river library and are trying to load it with a newer or older version, the class signatures or internal details might have changed. try checking the versions and make sure they're the same when saving and loading. if necessary, you might need to update or downgrade the package to match the version you originally used.