Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

scikit-learn-examples
/
example

Scikit-learn
Joblib
structured-data-classification
Model card Files Files and versions
xet
Community
1

Instructions to use scikit-learn-examples/example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use scikit-learn-examples/example with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("scikit-learn-examples/example", "sklearn_model.joblib")
    )
    # 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
example
16.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits

This model has 1 file scanned as suspicious.

Omar Sanseviero
Update README.md
f91a8fc almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    81 Bytes
    Update README.md almost 5 years ago
  • class_definitions.py
    123 Bytes
    Create class_definitions.py almost 5 years ago
  • sklearn_model.joblib
    16 kB
    xet
    Upload sklearn_model.joblib with git-lfs almost 5 years ago