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

  • Log In
  • Sign Up

studentscolab
/
iris

Joblib
Scikit-learn
scikit-learn
iris
Model card Files Files and versions
xet
Community

Instructions to use studentscolab/iris with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use studentscolab/iris with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("studentscolab/iris", "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
iris
4.34 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
studentscolab's picture
studentscolab
Dodanie model.joblib + README
7c11744 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    948 Bytes
    Dodanie model.joblib + README 2 months ago
  • model.joblib
    1.87 kB
    xet
    Dodanie model.joblib + README 2 months ago