feat(Pipeline): added multi-asset pipeline, ensembling_method to config

This commit is contained in:
Mark Aron Szulyovszky
2022-02-19 15:37:19 +01:00
parent 7db1c4dc00
commit cfb65c135e
6 changed files with 58 additions and 34 deletions
+1
View File
@@ -33,4 +33,5 @@ def get_default_config() -> RawConfig:
labeling="two_class",
forecasting_horizon=50,
save_models=False,
ensembling_method="voting_soft",
)