Instructions to use MelioAI/iris-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use MelioAI/iris-classifier with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("MelioAI/iris-classifier", "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
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
|
| 8 |
# Model description
|
| 9 |
|
| 10 |
-
This is a Logistic Regression model trained on iris dataset. This model could
|
| 11 |
|
| 12 |
## Intended uses & limitations
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
# Model description
|
| 9 |
|
| 10 |
+
This is a Logistic Regression model trained on iris dataset. This model could be used to predict type of iris flower, given certain dimensions. This model is very basic and should only be used as an example of how to use Highwind.
|
| 11 |
|
| 12 |
## Intended uses & limitations
|
| 13 |
|