mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-18 21:38: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,7 +14,7 @@ parameters:
|
||||
value: ['daily_etf']
|
||||
exogenous_data:
|
||||
value: ['daily_glassnode']
|
||||
expanding_window_primary:
|
||||
expanding_window_base:
|
||||
values: [True, False]
|
||||
distribution: categorical
|
||||
expanding_window_meta_labeling:
|
||||
@@ -23,7 +23,7 @@ parameters:
|
||||
value: 50
|
||||
dimensionality_reduction:
|
||||
value: True
|
||||
sliding_window_size_primary:
|
||||
sliding_window_size_base:
|
||||
value: 380
|
||||
sliding_window_size_meta_labeling:
|
||||
value: 380
|
||||
|
||||
Reference in New Issue
Block a user