diff --git a/run_without_oversampling.py b/run_without_oversampling.py index d888f18ea04782592ccf00642f1f2faf7c495b4c..c1714e685abaf12d71522916c7e1daebb836d9f9 100644 --- a/run_without_oversampling.py +++ b/run_without_oversampling.py @@ -24,9 +24,9 @@ def load_stations(external_station_list=None): def main(parser_args): plots = remove_items(DEFAULT_PLOT_LIST, "PlotConditionalQuantiles") - workflow = DefaultWorkflowHPC(stations=load_stations('supplement/German_background_stations.json'), - #stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"], - epochs=150, + workflow = DefaultWorkflowHPC(#stations=load_stations('supplement/German_background_stations.json'), + stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"], + epochs=1, train_model=True, create_new_model=True, network="UBA", model=IntelliO3_ts_architecture, evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"],