mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-19 05:48:09 +00:00
refactor(Config): use a Config object instead of dictionary of dictionaries! (#184)
* refactor(Config): use a Config object instead of dictionary of dictionaries! * fix(Config): use default_ensemble_config * fix(Portfolio): fixed portfolio construction
This commit is contained in:
@@ -14,11 +14,11 @@ parameters:
|
||||
value: ['daily_etf']
|
||||
exogenous_data:
|
||||
value: ['daily_glassnode']
|
||||
expanding_window_primary:
|
||||
expanding_window_base:
|
||||
value: True
|
||||
expanding_window_meta_labeling:
|
||||
value: True
|
||||
sliding_window_size_primary:
|
||||
sliding_window_size_base:
|
||||
value: 380
|
||||
sliding_window_size_meta_labeling:
|
||||
values: [250, 300, 380]
|
||||
|
||||
Reference in New Issue
Block a user