initial commit 8e873e9 verified
Rubanza Silver commited on
How to use rubanza/models-moved with Scikit-learn:
import joblib
from skops.hub_utils import download
download("rubanza/models-moved", "path_to_folder")
model = joblib.load(
"example_model_v1.pkl"
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.html