- The project’s objective is to predict whether the patients will live or die based on multiple clinical parameters such as alk phosphate or bilirubin levels. The project is divided into two steps:
- Preprocessing: EDA, data cleaning and imputation of missing values using KNN
- Modelling: Data scaling and balancing, model tuning of RandomForestClassfier using GridSearchCV with Kappa as the scoring metric.