This project analyzes and predicts major depressive disorder (MDD) among students using a dataset of student mental health indicators. The notebook includes data cleaning, visualization, and machine learning models (Logistic Regression and Random Forest) to identify key contributors to depression.
- Clone or download this repository and ensure you have the dataset file
student_depression_dataset.csvin the same directory as the notebook. - Open
info1998.ipynbin Jupyter Notebook, VS Code, or Google Colab. - Before running the notebook, make sure you have all the required Python packages installed.
- pandas
- scikit-learn
- matplotlib
- seaborn
You can install all dependencies with:
pip install scikit-learn pandas matplotlib seaborninfo1998.ipynb— Main analysis and modeling notebookstudent_depression_dataset.csv— Dataset fileREADME.md— Project overview and instructions
Nicole Luo, Anna Sahakyan, Andelo Vrdoljak