diff --git a/run_with_oversampling.py b/run_with_oversampling.py index 2d8ddb482846adb6349d816c039c5bf19660bed5..0effa8c5dafd645de18dc24a59d70728cf4f52fa 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 64620eae39fa1390bce6768cafda7c5acf1ef74a..d888f18ea04782592ccf00642f1f2faf7c495b4c 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()