scientificirisbotanyclassificationucibeginner-friendly

Iris Flower Classification (Fisher, 1936)

Category
Scientific
Records
150 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.01 MB
Downloads
0

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

NameTypeDescription
sepallengthDOUBLE
sepalwidthDOUBLE
petallengthDOUBLE
petalwidthDOUBLE
classVARCHAR

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/48251097-2083-4041-bd44-1a5ae448bebc/download-url