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

  • Log In
  • Sign Up

SIH
/
penguin-classifier-sklearn

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

Instructions to use SIH/penguin-classifier-sklearn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use SIH/penguin-classifier-sklearn with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("SIH/penguin-classifier-sklearn", "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
penguin-classifier-sklearn
14.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
hlydecker's picture
hlydecker
Upload penguin_classifier.pkl
a77263b verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.25 kB
    Update README.md about 2 years ago
  • penguin_classifier.pkl
    10.9 kB
    xet
    Upload penguin_classifier.pkl about 2 years ago