scientifichealthcareheart-diseaseclinicaluciclassification
Cleveland Heart Disease (UCI)
About this data
The classic Cleveland heart-disease dataset — 303 patients described by 13 clinical attributes (age, sex, chest-pain type, blood pressure, cholesterol, ECG results, and more) with a diagnosis label. One of the most widely used UCI classification benchmarks.
Schema
| Name | Type | Description |
|---|---|---|
| age | UTINYINT | |
| sex | VARCHAR | |
| cp | VARCHAR | |
| trestbps | UTINYINT | |
| chol | DOUBLE | |
| fbs | VARCHAR | |
| restecg | VARCHAR | |
| thalach | UTINYINT | |
| exang | VARCHAR | |
| oldpeak | DOUBLE | |
| slope | VARCHAR | |
| ca | DOUBLE | |
| thal | VARCHAR | |
| num | UTINYINT |
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: "Cleveland Heart Disease (UCI)" })
// Found: f00fa5b8-402c-4cc6-bbc5-d6272033e92a
get_download_url({ dataset_id: "f00fa5b8-402c-4cc6-bbc5-d6272033e92a" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/f00fa5b8-402c-4cc6-bbc5-d6272033e92a/download-url