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

Updated run-scripts for hdfml

parent 1a6a693a
No related branches found
No related tags found
1 merge request!302Draft: Resolve "Class-based Oversampling technique"
Pipeline #74991 passed
......@@ -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()
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment