Dodanie model.joblib + README
Browse files
README.md
CHANGED
|
@@ -2,21 +2,21 @@
|
|
| 2 |
library_name: scikit-learn
|
| 3 |
tags:
|
| 4 |
- sklearn
|
| 5 |
-
-
|
| 6 |
---
|
| 7 |
|
| 8 |
# Iris Flower Classification
|
| 9 |
|
| 10 |
Model: Logistic Regression w Pipeline (StandardScaler + LogisticRegression).
|
| 11 |
|
| 12 |
-
##
|
| 13 |
-
|
| 14 |
- sepal length (cm)
|
| 15 |
- sepal width (cm)
|
| 16 |
- petal length (cm)
|
| 17 |
- petal width (cm)
|
| 18 |
|
| 19 |
-
##
|
| 20 |
- predict: class (0/1/2)
|
| 21 |
- predict_proba: class probabilities
|
| 22 |
|
|
|
|
| 2 |
library_name: scikit-learn
|
| 3 |
tags:
|
| 4 |
- sklearn
|
| 5 |
+
- iris
|
| 6 |
---
|
| 7 |
|
| 8 |
# Iris Flower Classification
|
| 9 |
|
| 10 |
Model: Logistic Regression w Pipeline (StandardScaler + LogisticRegression).
|
| 11 |
|
| 12 |
+
## Input
|
| 13 |
+
Table with columns:
|
| 14 |
- sepal length (cm)
|
| 15 |
- sepal width (cm)
|
| 16 |
- petal length (cm)
|
| 17 |
- petal width (cm)
|
| 18 |
|
| 19 |
+
## Output
|
| 20 |
- predict: class (0/1/2)
|
| 21 |
- predict_proba: class probabilities
|
| 22 |
|