|
--- |
|
library_name: sklearn |
|
datasets: |
|
- scikit-learn/iris |
|
metrics: |
|
- Accuracy |
|
- F1 Score |
|
- Confusion matrix |
|
--- |
|
|
|
# Model Card for Logistic regression model |
|
|
|
A multiclass classification 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** |