From 24efafbb30cad99ab7b28f76ab2aaa3806933ac0 Mon Sep 17 00:00:00 2001 From: "v.gramlich1" <v.gramlichfz-juelich.de> Date: Wed, 4 Aug 2021 13:03:18 +0200 Subject: [PATCH] Updated run-scripts for hdfml --- run_with_oversampling.py | 4 ++-- run_without_oversampling.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/run_with_oversampling.py b/run_with_oversampling.py index 2d8ddb48..0effa8c5 100644 --- a/run_with_oversampling.py +++ b/run_with_oversampling.py @@ -30,9 +30,9 @@ def main(parser_args): train_model=True, create_new_model=True, network="UBA", model=IntelliO3_ts_architecture, oversampling_method="bin_oversampling", evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"], - competitors=["test_model", "test_model2"], + competitors=["IntelliO3"], competitor_path=os.path.join(os.getcwd(), "data", "comp_test"), - window_lead_time=2, oversampling_bins=10, oversampling_rates_cap=100, + window_lead_time=1, oversampling_bins=10, oversampling_rates_cap=100, **parser_args.__dict__) workflow.run() diff --git a/run_without_oversampling.py b/run_without_oversampling.py index 64620eae..d888f18e 100644 --- a/run_without_oversampling.py +++ b/run_without_oversampling.py @@ -30,9 +30,9 @@ def main(parser_args): train_model=True, create_new_model=True, network="UBA", model=IntelliO3_ts_architecture, evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"], - competitors=["test_model", "test_model2"], + #competitors=["test_model", "test_model2"], competitor_path=os.path.join(os.getcwd(), "data", "comp_test"), - window_lead_time=2, oversampling_bins=10, oversampling_rates_cap=100, + window_lead_time=1, #oversampling_bins=10, oversampling_rates_cap=100, **parser_args.__dict__) workflow.run() -- GitLab