Skip to content

Gianatmaja/WhizML-CVD_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhizML-CVD_Analysis

This repository illustrates an application of the WhizML codebase for an analysis of cardiovascular disease risk.

About the Dataset

The dataset used is the Cardiovascular Diseases Risk Prediction dataset obtained from Kaggle.

Auto-EDA

Running the eda pipeline will launch the following Auto-EDA dashboard, allowing the users to observe the dataset.

eda

Data Preprocessing

Users can implement custom functions to preprocess the data. In our case, the preprocessing codes can be found in Data_Preprocessing.ipynb, inside the notebooks directory.

ML Models Experimentation

The model_experimentation triggered the training of various Logistic Regression, Random Forest, and XGBoost models.

tracking

Model Explainability

Model explainability can be further explored using the model_explainability pipeline.

explain

Bias Analysis

Bias analysis can be performed using the Aequitas web app, with the data provided by using the bias_analysis_data_prep pipeline.

bias

Data Drift Analysis

As new data is obtained, drift detection can be performed using the data_drift_analysis pipeline.

drift

Note: To create a hypothetical example, some rows were sampled from the original dataset and were assumed to be the new data.

About

An application of the WhizML codebase for an analysis of cardiovascular disease risk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published