Skip to content

A data science project focused on detecting whether a patient has heart disease or not.

Notifications You must be signed in to change notification settings

Dreyyyyy/heart-disease-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A data analysis project focused on detecting whether a patient has heart disease or not.

Some key things to note:

  • The primary evaluation metric used was Accuracy;
  • 4 models was tested:
    1. RandomForest;
    2. LogisticRegression;
    3. KNN;
    4. XGBoost.
  • The model with the best accuracy result is LogisticRegression;
  • All the necessary libraries are on the enviroment.yml file;
  • To replicate it, just create a new conda enviroment using conda env create -f environment.yml

About

A data science project focused on detecting whether a patient has heart disease or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published