Depression is a growing global health issue, and early identification of individuals at risk is crucial for effective intervention. This project explores depression risk prediction using unsupervised machine learning, focusing on K-Means clustering.
To identify clusters or patterns among individuals based on:
- Lifestyle and physical health
- Mental health history
- Social interactions and sleep habits
without relying on any predefined labels.
- Data Preprocessing: Null handling, normalization, and encoding of categorical variables
- Clustering Algorithm: K-Means
- Evaluation:
- Elbow Method for optimal
k - PCA for 2D visualization of clusters
- Elbow Method for optimal
- Interpretation: Each cluster represents a group with distinct depression risk profiles
- Clusters visualized via PCA
- Insights into risk factors and mental health patterns
- Exportable cluster results for downstream health analytics
- π Project Notebook: Depression Risk Prediction.ipynb
- π€ Author - Mudhassir: LinkedIn Profile
Feel free to β the repo if you find this helpful!
