File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ params {
2121 model_config = params.pipelines_testdata_base_path + 'deepmodeloptim/testdata/titanic/titanic_model.yaml'
2222
2323 // tune parameters
24- tune_trials_range = "2,4 ,2"
25- tune_replicates = 10
24+ tune_trials_range = "2,10 ,2"
25+ tune_replicates = 2
2626
2727 // predict data
2828 prediction_data = params.pipelines_testdata_base_path + 'deepmodeloptim/testdata/titanic/titanic_stimulus.csv'
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ workflow DEEPMODELOPTIM {
118118 // Tune model
119119 // ==============================================================================
120120 // Create dependancy WF dependency to ensure TUNE_WF runs after CHECK_MODEL_WF finished
121- // ch_transformed_data = CHECK_MODEL_WF.out.concat(ch_transformed_data)
121+ ch_transformed_data = CHECK_MODEL_WF . out. concat(ch_transformed_data)
122122
123123 TUNE_WF (
124124 ch_transformed_data,
You can’t perform that action at this time.
0 commit comments