scientifichealthcarecholesterolclinicaluciregression

Heart Disease — Cholesterol Prediction (UCI)

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

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

NameTypeDescription
ageDOUBLE
sexVARCHAR
cpVARCHAR
trestbpsDOUBLE
fbsVARCHAR
restecgVARCHAR
thalachDOUBLE
exangVARCHAR
oldpeakDOUBLE
slopeVARCHAR
caDOUBLE
thalVARCHAR
numDOUBLE
cholDOUBLE

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: "Heart Disease — Cholesterol Pr" })
// Found: 04430da8-149a-46f0-b823-4ac45c11c342
get_download_url({ dataset_id: "04430da8-149a-46f0-b823-4ac45c11c342" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/04430da8-149a-46f0-b823-4ac45c11c342/download-url