BlueNeuron/cvd-risk-score-predictor
0
CVD Risk Score Predictor
An end-to-end ML app that predicts CVD Risk Score from patient health attributes using a scikit-learn Pipeline (preprocessing + model) and a Streamlit UI.
How to train locally
- Put the dataset file in this folder as
CVD Dataset.csv - Run:
python train.py
