Compatibility of pickles across river versions #1280
martinvanhensbergen
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi Martin, I hope my answer answers your questions 😄 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
For a PoC, I used river==0.10.1 and I used the recommended pickling to store the state of our models. Later I upgraded to river==0.15.1 and my code didn't work anymore after the pickles were loaded. Deleting the old pkl files and starting anew solved the problem (but ofcourse resulted in state being gone).
What is the recommended way of dealing with upgrades of the river package and stored pkls? For example, the state of the RunninQuantile class is basically the stored window but there seems to be no way to export just this state for pickling, nor a way to import this state.
Any guidance on how to safely export and import model state between river versions would be very helpful :-)
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions