From 63e222e5beb8870ea938ce37c10098f116daf226 Mon Sep 17 00:00:00 2001 From: "v.gramlich1" <v.gramlichfz-juelich.de> Date: Fri, 23 Jul 2021 10:59:48 +0200 Subject: [PATCH] Enabled window_lead_time=1 --- run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/run.py b/run.py index c9d0e3c9..f2bb336e 100644 --- a/run.py +++ b/run.py @@ -25,7 +25,6 @@ def main(parser_args): # stations=["DEBW087","DEBW013", "DEBW107", "DEBW076"], stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"], train_model=False, create_new_model=True, network="UBA", - window_lead_time=1, evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"], competitors=["test_model", "test_model2"], competitor_path=os.path.join(os.getcwd(), "data", "comp_test"), -- GitLab