Instructions to use BenjaminB/knn-example-intelex-c035ccff-d23b-4e02-97bd-14cf3cb0bde5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use BenjaminB/knn-example-intelex-c035ccff-d23b-4e02-97bd-14cf3cb0bde5 with Scikit-learn:
import joblib from skops.hub_utils import download download("BenjaminB/knn-example-intelex-c035ccff-d23b-4e02-97bd-14cf3cb0bde5", "path_to_folder") model = joblib.load( "model-optimized.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Ctrl+K