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

Dodanie model.joblib + README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - tabular
6
  ---
7
 
8
- # Klasyfikacja kwiatu Irysa
9
 
10
  Model: Logistic Regression w Pipeline (StandardScaler + LogisticRegression).
11
 
@@ -17,8 +17,8 @@ Tabela z kolumnami:
17
  - petal width (cm)
18
 
19
  ## Wyjście
20
- - predict: klasa (0/1/2)
21
- - predict_proba: prawdopodobieństwa klas
22
 
23
  ## Przykład użycia
24
  ```python
 
5
  - tabular
6
  ---
7
 
8
+ # Iris Flower Classification
9
 
10
  Model: Logistic Regression w Pipeline (StandardScaler + LogisticRegression).
11
 
 
17
  - petal width (cm)
18
 
19
  ## Wyjście
20
+ - predict: class (0/1/2)
21
+ - predict_proba: class probabilities
22
 
23
  ## Przykład użycia
24
  ```python