How to use sklearn-docs/anomaly-detection with Scikit-learn:
import joblib from skops.hub_utils import download download("sklearn-docs/anomaly-detection", "path_to_folder") model = joblib.load( "isolation_forest.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
How to fix it?