Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
willengler-uc
/
iris-classifier
like
0
Joblib
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
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`.