mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-29 03:37:45 +00:00
fix(Sweep): config with constants
This commit is contained in:
+2
-3
@@ -24,15 +24,14 @@ parameters:
|
||||
values: ['minmax', 'none']
|
||||
distribution: categorical
|
||||
include_original_data_in_ensemble:
|
||||
values: False
|
||||
value: False
|
||||
method:
|
||||
value: 'classification'
|
||||
no_of_classes:
|
||||
values: ['two', 'three-balanced', 'three-imbalanced']
|
||||
distribution: categorical
|
||||
forecasting_horizon:
|
||||
values: 1
|
||||
distribution: categorical
|
||||
value: 1
|
||||
load_other_assets:
|
||||
values: [True, False]
|
||||
distribution: categorical
|
||||
|
||||
Reference in New Issue
Block a user