Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
|
|
1 |
+
# IrisClassifier_v1
|
2 |
+
|
3 |
+
## Model Overview
|
4 |
+
`IrisClassifier_v1` is a simple Logistic Regression model trained on the classic Iris dataset. It predicts the species of an iris flower based on its sepal and petal measurements.
|
5 |
+
|
6 |
+
## Model Details
|
7 |
+
- **Pipeline Tag**: `tabular-classification`
|
8 |
+
- **Framework**: scikit-learn
|
9 |
+
- **Dataset**: [scikit-learn/iris](https://scikit-learn.org/stable/datasets/index.html#iris-dataset)
|
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:
|