Description
Given sepal and petal measurements, predict the Iris species using simple classification logic or rules derived from the dataset.
CSV File
assets/csvs/iris_flowers.csv
Why It's Useful
Classification is the primary use case for this dataset. Users want to identify species based on measurements without complex ML code.
Expected Output Format
- Predicted species with confidence indication
- Nearest matching samples from dataset
- Explanation of classification logic
- Edge case handling for ambiguous measurements
Labels: task-idea, v2
Description
Given sepal and petal measurements, predict the Iris species using simple classification logic or rules derived from the dataset.
CSV File
assets/csvs/iris_flowers.csv
Why It's Useful
Classification is the primary use case for this dataset. Users want to identify species based on measurements without complex ML code.
Expected Output Format
Labels: task-idea, v2