File size: 721 Bytes
d37dd75 22318f4 049b865 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: mit
datasets:
- scikit-learn/iris
metrics:
- accuracy
pipeline_tag: text-classification
tags:
- biology
---
# IrisClassifier_v1
## Model Overview
`IrisClassifier_v1` is a simple Logistic Regression model trained on the classic Iris dataset. It predicts the species of an iris flower based on its sepal and petal measurements.
## Model Details
- **Pipeline Tag**: `tabular-classification`
- **Framework**: scikit-learn
- **Dataset**: [scikit-learn/iris](https://scikit-learn.org/stable/datasets/index.html#iris-dataset)
- **Task**: Classification
- Input: Four numeric features (sepal length, sepal width, petal length, petal width)
- Output: Predicted species (0:Setosa, 1:Versicolor, 2:Virginica)
---
|