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

  • Log In
  • Sign Up

scikit-learn
/
skops-blog-example

Tabular Classification
Scikit-learn
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Scikit-learn

    How to use scikit-learn/skops-blog-example with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("scikit-learn/skops-blog-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
skops-blog-example
35.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
merve's picture
merve HF Staff
Upload train.py
37e8cd4 over 3 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    9.01 kB
    pushing files to the repo from the example! almost 4 years ago
  • config.json
    4.78 kB
    pushing files to the repo from the example! almost 4 years ago
  • confusion_matrix.png
    13.4 kB
    pushing files to the repo from the example! almost 4 years ago
  • example.pkl

    Detected Pickle imports (6)

    • "numpy.core.multiarray.scalar",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "sklearn.tree._tree.Tree",
    • "sklearn.tree._classes.DecisionTreeClassifier",
    • "numpy.core.multiarray._reconstruct"

    How to fix it?

    4.27 kB
    xet
    pushing files to the repo from the example! almost 4 years ago
  • train.py
    3.11 kB
    Upload train.py over 3 years ago