This project focuses on predicting the stage of liver cirrhosis using clinical patient data. It explores multiclass classification techniques by comparing Random Forest and XGBoost models. Key features include:
- โ Model comparison between Random Forest and XGBoost
- โ๏ธ Hyperparameter tuning for performance optimization
- ๐ SMOTE applied to address class imbalance
๐ The project aims to provide accurate classification of disease progression to support medical decision-making.
๐ง Note: To reduce the risk of late diagnoses (e.g., predicting Stage 2 when the actual stage is Stage 3), the model prioritizes recall for critical stages such as Stage 3 and Stage 4.