An Analysis on Depression using Actigraphy data. Conducted as the Digital Health and Human Behavior course project at Aalto University.
The dataset used in this study is obtained from The Depression Dataset on Kaggle. For more detailed description refer to my Report.pdf
.
The notebooks inside /notebooks include:
preprocessing.ipynb
: which includes code for the preprocessing step and plotting various aspects of the data.analysis.ipynb
: which contains code for feature selection, decision tree classification, k-means clustering, and t-SNE visualization.
Finally, the Report file contains my analysis report including a comprehensive literature review, methodology, and the results.
- Obtain the data from the link above.
- You can set up a virtual environment and install the usual requirements using the following command (No unusual package installation is required):
- Run a jupyterlab server and simply run the cells in order.
pip install -r requirements.txt