-
Notifications
You must be signed in to change notification settings - Fork 0
/
bluepebble.sh
41 lines (29 loc) · 177 KB
/
bluepebble.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/env bash
#SBATCH --job-name=array_job
#SBATCH --partition=short
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=28
#SBATCH --time=2-00:00:00
#SBATCH --mem=100000M
#SBATCH --array=1-360
# Load the modules/environment
module purge
module load lang/cuda/10.1.105
module load lang/cuda/11.0
module load lang/python/anaconda/3.7-2019.03-tensorflow
conda init
source ~/.bashrc
# Define working directory
export WORK_DIR=/user/work/fo18103/PredictionOfHelminthsInfection
# Change into working directory
cd ${WORK_DIR}
conda activate /user/work/fo18103/PredictionOfHelminthsInfection/vgoat
# Do some stuff
echo JOB ID: ${SLURM_JOBID}
echo PBS ARRAY ID: ${SLURM_ARRAY_TASK_ID}
echo Working Directory: $(pwd)
cmds=('ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 1 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_1_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 3 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 3 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_3_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 1 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 3 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 3 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_3_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days 7 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 1To2 --class-healthy-label 2To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_1To2_2To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/cedara/dataset6_mrnn_7day_clipped --n-imputed-days -1 --n-activity-days 7 --study-id cedara --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 4To4 --class-unhealthy-label 3To5 --class-unhealthy-label 4To3 --class-unhealthy-label 5To3 --class-unhealthy-label 2To5 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/cedara_RepeatedKFold_-1_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__4To4_3To5_4To3_5To3_2To5_2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-unhealthy-label 2To1 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1__2To1' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps CWTMORL --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_CWTMORL_linear_rbf/1To1_2To1__2To2_1To2' 'ml.py --dataset-folder /user/work/fo18103/delmas/dataset4_mrnn_7day --n-imputed-days 7 --n-activity-days 7 --study-id delmas --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --preprocessing-steps CENTER --preprocessing-steps DWT --cv RepeatedKFold --classifiers linear --classifiers rbf --class-healthy-label 1To1 --class-healthy-label 2To1 --class-unhealthy-label 2To2 --class-unhealthy-label 1To2 --output-dir /user/work/fo18103/thesis/delmas_RepeatedKFold_7_7_QN_ANSCOMBE_LOG_CENTER_DWT_linear_rbf/1To1_2To1__2To2_1To2')
# Execute code
echo ${cmds[${SLURM_ARRAY_TASK_ID}]}
python ${cmds[${SLURM_ARRAY_TASK_ID}]} > /user/work/fo18103/logs/sf_thesis_${SLURM_ARRAY_TASK_ID}.log