Instructions to use kushkul/rf_model_skops with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use kushkul/rf_model_skops with Scikit-learn:
from skops.hub_utils import download from skops.io import load download("kushkul/rf_model_skops", "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/rf_model.pkl") - Notebooks
- Google Colab
- Kaggle
Fix line break bug in hyperparameter table
#1
by merve HF Staff - opened
The line breaks in hyperparameter table breaks the table, we're currently working on it: https://github.com/skops-dev/skops/pull/156 but here's a quick solution until the main problem is fixed π