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
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ pipeline_tag: tabular-classification
|
|
| 10 |
tags:
|
| 11 |
- biology
|
| 12 |
- π§
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Palmer Penguins Species Classifier
|
|
@@ -66,4 +68,4 @@ print(f"Predicted species: {predicted_species}")
|
|
| 66 |
|
| 67 |
No penguins were harmed while training this model π§.
|
| 68 |
|
| 69 |
-
We were noot involved in collecting the π§ data.
|
|
|
|
| 10 |
tags:
|
| 11 |
- biology
|
| 12 |
- π§
|
| 13 |
+
datasets:
|
| 14 |
+
- SIH/palmer-penguins
|
| 15 |
---
|
| 16 |
|
| 17 |
# Palmer Penguins Species Classifier
|
|
|
|
| 68 |
|
| 69 |
No penguins were harmed while training this model π§.
|
| 70 |
|
| 71 |
+
We were noot involved in collecting the π§ data.
|