diff --git a/downloads-generation/cross_validation_class1/GENERATE.sh b/downloads-generation/cross_validation_class1/GENERATE.sh index c35e0862a0b97ddfa20e65e6117c8cdf8917d8da..4c6c57248c8a16d27a18ad72c30420a28df30294 100755 --- a/downloads-generation/cross_validation_class1/GENERATE.sh +++ b/downloads-generation/cross_validation_class1/GENERATE.sh @@ -30,7 +30,8 @@ git status cd $SCRATCH_DIR/$DOWNLOAD_NAME -cp $SCRIPT_DIR/hyperparameters.yaml . +python $SCRIPT_DIR/generate_hyperparameters.py > hyperparameters.yaml + cp $SCRIPT_DIR/split_folds.py . cp $SCRIPT_DIR/score.py . diff --git a/downloads-generation/cross_validation_class1/generate_hyperparameters.py b/downloads-generation/cross_validation_class1/generate_hyperparameters.py new file mode 120000 index 0000000000000000000000000000000000000000..5f2599b4b2b4c418d1c296b43c55be87bb4d85ce --- /dev/null +++ b/downloads-generation/cross_validation_class1/generate_hyperparameters.py @@ -0,0 +1 @@ +../models_class1/generate_hyperparameters.py \ No newline at end of file diff --git a/downloads-generation/cross_validation_class1/hyperparameters.yaml b/downloads-generation/cross_validation_class1/hyperparameters.yaml deleted file mode 120000 index f32feef1682d757437fe1f0cee2a31c030d7508f..0000000000000000000000000000000000000000 --- a/downloads-generation/cross_validation_class1/hyperparameters.yaml +++ /dev/null @@ -1 +0,0 @@ -../models_class1/hyperparameters.yaml \ No newline at end of file