Skip to content
Snippets Groups Projects
Commit 7d14a38d authored by leufen1's avatar leufen1
Browse files

updated parameter names in run scripts

parent ea76690f
No related branches found
No related tags found
8 merge requests!353add developments to release v1.5.0,!352Resolve "release v1.5.0",!351Lukas issue337 bug ci pipeline fails for docs,!350Resolve "upgrade code to TensorFlow V2",!342Include sample-uncertainty to wrf workflow,!341Resolve "Test Set Sample Uncertainty in PostProcessing",!337Resolve "Test Set Sample Uncertainty in PostProcessing",!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #80963 passed
......@@ -31,7 +31,6 @@ class DefaultWorkflow(Workflow):
permute_data_on_training=None, extreme_values=None, extremes_on_right_tail_only=None,
transformation=None,
train_min_length=None, val_min_length=None, test_min_length=None,
evaluate_bootstraps=None, number_of_bootstraps=None, create_new_bootstraps=None,
plot_list=None,
model=None,
batch_size=None,
......
......@@ -25,7 +25,7 @@ def main(parser_args):
# stations=["DEBW087","DEBW013", "DEBW107", "DEBW076"],
stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
train_model=False, create_new_model=True, network="UBA",
evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"],
evaluate_feature_importance=False, # plot_list=["PlotCompetitiveSkillScore"],
competitors=["test_model", "test_model2"],
competitor_path=os.path.join(os.getcwd(), "data", "comp_test"),
**parser_args.__dict__, start_script=__file__)
......
......@@ -65,9 +65,9 @@ def main(parser_args):
train_model=False, create_new_model=True,
epochs=1,
model=NN,
evaluate_bootstraps=False,
bootstrap_type=["singleinput", "branch", "variable"],
bootstrap_method=["shuffle", "zero_mean"],
evaluate_feature_importance=False,
feature_importance_bootstrap_type=["singleinput", "branch", "variable"],
feature_importance_bootstrap_method=["shuffle", "zero_mean"],
plot_list=DEFAULT_PLOT_LIST,
# competitors=["IntelliO3-ts-v1", "MFCN_64_32_16_climFIR", "FCN_1449_512_32_4"], # "FCN_1449_16_8_4",],
lazy_preprocessing=True,
......
......@@ -20,7 +20,7 @@ data_origin = {'o3': '', 'no': '', 'no2': '',
def main(parser_args):
args = dict(stations=["DEBW107", "DEBW013"],
network="UBA",
evaluate_bootstraps=False, plot_list=[],
evaluate_feature_importance=False, plot_list=[],
data_origin=data_origin, data_handler=DataHandlerMixedSampling,
interpolation_limit=(3, 1), overwrite_local_data=False,
sampling=("hourly", "daily"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment