scientifichealthcarecholesterolclinicaluciregression
Heart Disease — Cholesterol Prediction (UCI)
About this data
A 303-patient variant of the UCI heart-disease data with serum cholesterol as the prediction target alongside 13 clinical attributes. Used as a numeric (regression) prediction benchmark.
Schema
| Name | Type | Description |
|---|---|---|
| age | DOUBLE | |
| sex | VARCHAR | |
| cp | VARCHAR | |
| trestbps | DOUBLE | |
| fbs | VARCHAR | |
| restecg | VARCHAR | |
| thalach | DOUBLE | |
| exang | VARCHAR | |
| oldpeak | DOUBLE | |
| slope | VARCHAR | |
| ca | DOUBLE | |
| thal | VARCHAR | |
| num | DOUBLE | |
| chol | DOUBLE |
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: "Heart Disease — Cholesterol Pr" })
// Found: 04430da8-149a-46f0-b823-4ac45c11c342
get_download_url({ dataset_id: "04430da8-149a-46f0-b823-4ac45c11c342" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/04430da8-149a-46f0-b823-4ac45c11c342/download-url