scientificirisbotanyclassificationucibeginner-friendly
Iris Flower Classification (Fisher, 1936)
About this data
Ronald Fisher's iconic Iris dataset — 150 samples across three species (setosa, versicolor, virginica) with sepal and petal length and width measurements. The canonical introductory classification benchmark.
Schema
| Name | Type | Description |
|---|---|---|
| sepallength | DOUBLE | |
| sepalwidth | DOUBLE | |
| petallength | DOUBLE | |
| petalwidth | DOUBLE | |
| class | VARCHAR |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Iris Flower Classification (Fi" })
// Found: 48251097-2083-4041-bd44-1a5ae448bebc
get_download_url({ dataset_id: "48251097-2083-4041-bd44-1a5ae448bebc" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/48251097-2083-4041-bd44-1a5ae448bebc/download-url