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
Find out how scipy can store a model and how it can be loaded. Pickle is not considered safe so a different method should be used to be able to import a trained model.
The text was updated successfully, but these errors were encountered:
While still under development, skops appears to be a more secure alternative to pickle and joblib (https://skops.readthedocs.io/en/stable/persistence.html). Also, most types from numpy and scipy should be supported according to the documentation.
Find out how scipy can store a model and how it can be loaded. Pickle is not considered safe so a different method should be used to be able to import a trained model.
The text was updated successfully, but these errors were encountered: