UCI Heart Disease Data is a classic medical dataset from the UCI Machine Learning Repository, now hosted on Kaggle. It likely contains patient records with attributes for predicting the presence of heart disease. The specific number of records, features, and collection details are not provided in the minimal metadata.
Use Cases
- Train a binary classifier to predict heart disease presence from patient attributes (inferred from domain, verify after download)
- Perform feature importance analysis to identify key clinical risk factors (inferred from domain, verify after download)
- Benchmark new machine learning algorithms against a well-known medical dataset (inferred from domain, verify after download)
Strengths
- Published on Kaggle, a major platform for data science.
- Based on the widely recognized UCI Machine Learning Repository collection.
Limitations
- Metadata is minimal; actual content requires verification after download.
- Column-level documentation is absent; field semantics must be inferred after download.
- Row count, file formats, and license are unknown, limiting suitability assessment.
Provenance
- Source
- UCI Machine Learning Repository