You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backup and restore methods/functions (and their aliases save/open) will be deprecated and will be removed in near future.
These methods use the pickle/unpickle mechanism from Python's standard library, and it's getting hard to maintain without breaking the integrity of modelx's internals due to pickle/unpickle's unintended behavior.
There exist read/write methods for saving models and with the zip method you can save a model in one file, so It's not worth keeping backup/restore.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Backup and restore methods/functions (and their aliases save/open) will be deprecated and will be removed in near future.
These methods use the pickle/unpickle mechanism from Python's standard library, and it's getting hard to maintain without breaking the integrity of modelx's internals due to pickle/unpickle's unintended behavior.
There exist read/write methods for saving models and with the zip method you can save a model in one file, so It's not worth keeping backup/restore.
Beta Was this translation helpful? Give feedback.
All reactions