studentscolab commited on
Commit
7c11744
·
verified ·
1 Parent(s): 18620e0

Dodanie model.joblib + README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,21 +2,21 @@
2
  library_name: scikit-learn
3
  tags:
4
  - sklearn
5
- - tabular
6
  ---
7
 
8
  # Iris Flower Classification
9
 
10
  Model: Logistic Regression w Pipeline (StandardScaler + LogisticRegression).
11
 
12
- ## Wejście
13
- Tabela z kolumnami:
14
  - sepal length (cm)
15
  - sepal width (cm)
16
  - petal length (cm)
17
  - petal width (cm)
18
 
19
- ## Wyjście
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