This repo contains scripts used in the paper Machine Learning-Based Predictive Modeling of Postpartum Depression. We trained machine learning models to predict postpartum depression, and further analysed our models to find features that are important in the development of this phenotype.
- create a conda environment:
conda env create -f software/environment.yaml - install additional packages:
Rscript software/packages.R
modules: contains helper functions used in this project; if you intend to reproduce these results, you don't need to run this script.
- helpers.R
preprocess: contains scripts used to preprocess the data
- preprocessing.R
- balancing_dataset.R
- collect_and_split_data.R
- train_set_one.R
- train_set_two.R
- train_set_three.R
- analyse.R
- the
feature_details.csvfile was not created by us but it is available