Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
willengler-uc
/
iris-classifier
like
0
Joblib
License:
mit
Model card
Files
Files and versions
Community
willengler-uc
commited on
Oct 6, 2023
Commit
442c2e9
•
1 Parent(s):
f0b4aeb
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
---
2
license: mit
3
---
1
---
2
license: mit
3
---
4
+
5
+
The classic sklearn example. This has an `iris_classifier_model.pkl`, a RandomForestClassifier trained with the sklearn sample data. Load with `joblib.load`.