scientifichealthcareheart-diseaseclinicaluciclassification
Statlog Heart Disease (UCI)
About this data
The Statlog Heart dataset — 270 patients described by 13 clinical attributes (age, sex, chest-pain type, blood pressure, cholesterol, ECG results, and more) with a heart-disease presence label. A classic UCI classification benchmark.
Schema
| Name | Type | Description |
|---|---|---|
| age | UTINYINT | |
| sex | UTINYINT | |
| chest | UTINYINT | |
| resting_blood_pressure | UTINYINT | |
| serum_cholestoral | DOUBLE | |
| fasting_blood_sugar | UTINYINT | |
| resting_electrocardiographic_results | UTINYINT | |
| maximum_heart_rate_achieved | UTINYINT | |
| exercise_induced_angina | UTINYINT | |
| oldpeak | DOUBLE | |
| slope | UTINYINT | |
| number_of_major_vessels | UTINYINT | |
| thal | UTINYINT | |
| 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: "Statlog Heart Disease (UCI)" })
// Found: 6f2a4a42-6ae6-4c69-96cd-ce01d3c4bd15
get_download_url({ dataset_id: "6f2a4a42-6ae6-4c69-96cd-ce01d3c4bd15" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/6f2a4a42-6ae6-4c69-96cd-ce01d3c4bd15/download-url