Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# IrisClassifier_v1
|
2 |
|
3 |
## Model Overview
|
@@ -10,14 +20,4 @@
|
|
10 |
- **Task**: Classification
|
11 |
- Input: Four numeric features (sepal length, sepal width, petal length, petal width)
|
12 |
- Output: Predicted species (0:Setosa, 1:Versicolor, 2:Virginica)
|
13 |
-
|
14 |
---
|
15 |
-
license: mit
|
16 |
-
datasets:
|
17 |
-
- scikit-learn/iris
|
18 |
-
metrics:
|
19 |
-
- accuracy
|
20 |
-
pipeline_tag: text-classification
|
21 |
-
tags:
|
22 |
-
- biology
|
23 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- scikit-learn/iris
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
tags:
|
9 |
+
- biology
|
10 |
+
---
|
11 |
# IrisClassifier_v1
|
12 |
|
13 |
## Model Overview
|
|
|
20 |
- **Task**: Classification
|
21 |
- Input: Four numeric features (sepal length, sepal width, petal length, petal width)
|
22 |
- Output: Predicted species (0:Setosa, 1:Versicolor, 2:Virginica)
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|