SrijanShovit / HealthLearning

A repo comprising of various Machine Learning and Deep Learning projects in healthcare domain.
38 stars 53 forks source link

added EDA #82

Closed Divyanshi1002 closed 4 months ago

Divyanshi1002 commented 4 months ago

hey @SrijanShovit, I have added EDA according to #17 . please review the PR and close #16.

Divyanshi1002 commented 4 months ago

Hey @SrijanShovit ,

can I further add model creation, after balancing the data? i am thinking to use XGBoost (Extreme Gradient Boosting) as it handles missing values, and can work with a variety of feature types. as well as compare it with other model like RF and LR.