Data-Driven Early Identification of Post-Partum Health Concerns โ Machine Learning for Maternal Mental Health Screening
Postpartum depression (PPD) is a serious mental health condition affecting many women after childbirth, often going unnoticed due to lack of timely screening. This project leverages machine learning to provide an accessible, data-driven screening tool that can assist healthcare professionals in early detection and intervention.
Post-Partum Health Detection is a machine learning-based binary classification system that detects postpartum depression risk based on structured questionnaire responses. The system processes patient responses through a comprehensive data pipeline to deliver rapid screening results.
Initially sourced from Kaggle and refined by adding additional relevant health-indicator columns. Preprocessing includes class balancing via SMOTE and multi-encoding for mixed data types.
| Model | Accuracy | F1 Score |
|---|---|---|
| Logistic Regression | 99.33% | 99.5% |
| Random Forest | 98.7% | 98.9% |
| SVM | 97.5% | 97.8% |
| Decision Tree | 95.2% | 95.5% |
| Naive Bayes | 91.8% | 92.1% |
This project demonstrates the potential of machine learning as a supportive tool in mental health care, aiding healthcare professionals in the early detection and intervention of postpartum depression โ potentially saving lives through timely screening.