-
Notifications
You must be signed in to change notification settings - Fork 6
Script execution sequence
Walter Hugo Lopez Pinaya edited this page Dec 18, 2019
·
2 revisions
The sequence of our codes and its arguments can be found in the commands_list.sh file. The following list indicates the different phases and its scripts.
Script for internal use (Machine Learning in Mental Health Lab only).
- clean_biobank1_data.py
- clean_clinical_data.py
- demographic_balancing_adni_data.py
- demographic_balancing_tomc_data.py
- demographic_balancing_oasis1_data.py
Analysis where we measure the performance of the normative approach using a bootstrap method. These scripts obtain the results from sections 3.1, 3.2, 3.3 of the paper.
- bootstrap_create_ids.py
- bootstrap_train_aae_supervised.py
- bootstrap_test_aae_supervised.py
- bootstrap_group_analysis_1x1.py
- bootstrap_create_figures.py
- bootstrap_hypothesis_test.py
Analysis where we measure the performance of the binary classification (using RVM). To estimate the performance of the model, we used the .632+ bootstrap method. These scripts obtain the results from sections 3.4 of the paper.