-
Notifications
You must be signed in to change notification settings - Fork 0
/
bluecrystal.sh
39 lines (30 loc) · 213 KB
/
bluecrystal.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
#!/bin/env bash
#SBATCH --account=sscm012844
#SBATCH --job-name=thesis_fr
#SBATCH --output=thesis_out_r
#SBATCH --error=thesis_error_r
#SBATCH --partition=cpu
#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-261
# Load the modules/environment
module purge
module load languages/anaconda3/3.7
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_old/vgoat
# Do some stuff
echo JOB ID: ${SLURM_JOBID}
echo PBS ARRAY ID: ${SLURM_ARRAY_TASK_ID}
echo Working Directory: $(pwd)
cmds=('ml.py --c 1 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 1000000 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_1000000_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 10000000 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_10000000_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-24 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-24/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-23 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-23/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-22 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-22/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-21 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-21/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-20 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-20/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-19 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-19/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-18 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-18/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-17 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-17/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-16 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-16/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-15 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-15/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-14 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-14/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-13 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-13/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-12 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-12/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-11 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-11/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-10 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-10/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-09 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-09/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-08 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-08/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-07 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-07/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-06 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-06/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1e-05 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1e-05/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 0.0001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_0_0001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 0.001 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_0_001/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 0.01 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_0_01/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 0.1 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_0_1/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 10.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_10_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 100.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_100_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 1000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_1000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf' 'ml.py --c 100000000 --gamma 10000.0 --study-id cedara --output-dir /user/work/fo18103/thesis/regularisation/cedara/main_experiment/rbf/dataset6_mrnn_7day_cedara_RepeatedKFold_7_1_7_QN_ANSCOMBE_LOG_season_False_100000000_10000_0/2To2 --dataset-folder /user/work/fo18103/thesis/datasets/cedara/dataset6_mrnn_7day --n-imputed-days 7 --n-activity-days 1 --syhth-thresh 7 --n-weather-days 7 --weather-file C:\Users\fo18103\PycharmProjects\PredictionOfHelminthsInfection\weather_data\delmas_south_africa_2011-01-01_to_2015-12-31.csv --n-job 6 --cv RepeatedKFold --preprocessing-steps QN --preprocessing-steps ANSCOMBE --preprocessing-steps LOG --class-healthy-label 1To1 --class-unhealthy-label 2To2 --meta-columns label --meta-columns id --meta-columns imputed_days --meta-columns date --meta-columns health --meta-columns target --classifiers rbf')
# Execute code
echo ${cmds[${SLURM_ARRAY_TASK_ID}]}
python ${cmds[${SLURM_ARRAY_TASK_ID}]} > /user/work/fo18103/logs/${SLURM_ARRAY_TASK_ID}.log