How to use rajistics/churn-model with Scikit-learn:
from skops.hub_utils import download from skops.io import load download("rajistics/churn-model", "path_to_folder") # make sure model file is in skops format # if model is a pickle file, make sure it's from a source you trust model = load("path_to_folder/churn.pkl")
The community tab is the place to discuss and collaborate with the HF community!