Nasarian CAD Dataset
Donated on 2/27/2020
This dataset comprises records of 150 subjects (all male employees in Iran have visited the Abadan Occupational (Industrial) Medicine Clinic) and 52 features.
Dataset Characteristics
Multivariate
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
-
# Instances
150
# Features
52
Dataset Information
Has Missing Values?
No
Dataset Files
-
Reviews
There are no reviews for this dataset yet.
Download (0 Bytes)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset nasarian_cad_dataset = fetch_ucirepo(id=557) # data (as pandas dataframes) X = nasarian_cad_dataset.data.features y = nasarian_cad_dataset.data.targets # metadata print(nasarian_cad_dataset.metadata) # variable information print(nasarian_cad_dataset.variables)
0 citations
1162 views
Citation
Nasarian CAD Dataset [Dataset]. (2020). UCI Machine Learning Repository. https://doi.org/10.24432/C5BC96.
Style:
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.