/CardiovascularDiseaseClassification

Cardiovascular Disease data set with 70,000 records of patients data, 11 features + target.

Primary LanguageJupyter NotebookMIT LicenseMIT

cardiovascular-disease-classification

Created by Chance Robinson, Dan Crouthamel, David Coppiellie and Shane Weinstock

Purpose

Prediction of prresence or absence of cardiovascular disease

Analysis Files

Codebook

The Codebook provides additional details regarding the session information of the environment.

Data

The dataset readme provides a reference for the source files.

Repo Structure

.
├── data                                # Raw data for EDA and analysis questions
├── src                                 # Primary analysis files
|    ├── exploratory_data_analysis      # Jupyter Notebook files for EDA
     ├── objectives                     # Jupyter Notebook files for primary analysis questions
├── CodeBook.md                         # Session information regarding the environment
├── LICENSE                             # All code and analysis is licensed under the MIT license.