0rb11 commited on
Commit
fb14c2e
·
verified ·
1 Parent(s): ec760b6

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +22 -3
  2. model.joblib +3 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Iris Flower Classifier 🌸
3
+
4
+ This is a simple RandomForestClassifier trained on the classic Iris dataset using scikit-learn.
5
+
6
+ ## Model Performance
7
+ - Accuracy: 1.00
8
+
9
+ ## How to Use
10
+
11
+ ```python
12
+ from joblib import load
13
+ model = load('model.joblib')
14
+ prediction = model.predict([[5.1, 3.5, 1.4, 0.2]])
15
+ print(prediction)
16
+ ```
17
+
18
+ ## Dataset
19
+ - Iris dataset from scikit-learn
20
+
21
+ ## Author
22
+ Generated by ChatGPT for upload to Hugging Face 🤗
model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:729e7b723f310fdbc3efc2cde0b9f0b2fd1f0516a86d59cd3f926495a8fd6204
3
+ size 172865