Skip to content
Snippets Groups Projects
Commit 789b6562 authored by v.gramlich1's avatar v.gramlich1
Browse files

Set-up to run with and without oversampling on hdfml, full stationlist, 150epochs

parent 50e0dd74
No related branches found
No related tags found
1 merge request!302Draft: Resolve "Class-based Oversampling technique"
Pipeline #71546 passed
......@@ -26,8 +26,9 @@ def load_stations(external_station_list):
def main(parser_args):
plots = remove_items(DEFAULT_PLOT_LIST, "PlotConditionalQuantiles")
workflow = DefaultWorkflow(stations=load_stations('supplement/German_background_station.json')[:75],
workflow = DefaultWorkflow(stations=load_stations('supplement/German_background_station.json'),
#stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
epochs=150,
train_model=True, create_new_model=True, network="UBA",
model=IntelliO3_ts_architecture, oversampling_method="bin_oversampling",
evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"],
......
......@@ -26,8 +26,9 @@ def load_stations(external_station_list = None):
def main(parser_args):
plots = remove_items(DEFAULT_PLOT_LIST, "PlotConditionalQuantiles")
workflow = DefaultWorkflow(stations=load_stations('supplement/German_background_station.json')[:75],
workflow = DefaultWorkflow(stations=load_stations('supplement/German_background_station.json'),
#stations=["DEBW013", "DEBW087", "DEBW107", "DEBW076"],
epochs=150,
train_model=True, create_new_model=True, network="UBA",
model=IntelliO3_ts_architecture,
evaluate_bootstraps=False, # plot_list=["PlotCompetitiveSkillScore"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment