Dodanie model.joblib + README
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
- tabular
|
| 6 |
---
|
| 7 |
|
| 8 |
-
#
|
| 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:
|
| 21 |
-
- predict_proba:
|
| 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
|