From 4fb1f303d7ae7e3516fb510a7e0a39c331e5b1a3 Mon Sep 17 00:00:00 2001 From: Mark Aron Szulyovszky Date: Thu, 23 Dec 2021 14:13:52 +0100 Subject: [PATCH] fix(Sweep): config with constants --- sweep.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sweep.yaml b/sweep.yaml index a9f9edc..e861a4f 100644 --- a/sweep.yaml +++ b/sweep.yaml @@ -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