File size: 800 Bytes
fc3421c 35f460d fc3421c 35f460d fc3421c 35f460d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
library_name: Scikit-Learn
datasets:
- Iris Dataset
metrics:
- Accuracy
- F1 Score
- Confusion matrix
---
# Model Card for Logistic regression model
A multiclass classfication task using a Logistic regression model trained on the [Iris dataset](https://scikit-learn.org/dev/modules/generated/sklearn.datasets.load_iris.html), developed in Scikit-Learn version 1.0 and loaded in both version 1.0 and 1.1.
# Model Details
## Model Descriptionß
- **Developed by:** Adebayo Chibundum
- **Model type:** Logistic Regression
- **License:** None
# Training Details
## Training Data
- [Iris dataset](https://scikit-learn.org/dev/modules/generated/sklearn.datasets.load_iris.html)
# Evaluation
### Metrics and Results
- **Accuracy:** 1.0
- **Macro-averaged F1 Score:** 1.0
- **Confusion Matrix** |