This project predicts student depression using interpretable ML models and suggests interventions via counterfactuals.
- Dataset: 27,900+ records (Kaggle link)
- Model Used: Logistic Regression (No SMOTE)
- F1 Score: 86.7%
- Key Features: Academic pressure, suicidal thoughts, financial stress
- Counterfactuals: Generated with DiCE to suggest minimal changes for positive outcomes
- Python (scikit-learn, DiCE)
- Tableau (Dashboard)