Skip to content
Snippets Groups Projects

Felix issue112 feat seasonal cond quanitle plots

Merged Ghost User requested to merge felix_issue112_feat_seasonal-cond-quanitle-plots into develop
+ 2
2
@@ -15,8 +15,8 @@ from src.run_modules.training import Training
def main(parser_args):
with RunEnvironment():
ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', ], # 'DEBW001'],
station_type='background', trainable=False, create_new_model=True, window_history_size=6,
ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'],
station_type='background', trainable=False, create_new_model=False, window_history_size=6,
create_new_bootstraps=True)
PreProcessing()
Loading