fix(Reporting): identify primary models correctly with the new column names

This commit is contained in:
Mark Aron Szulyovszky
2022-01-11 19:44:01 +01:00
parent 55f083638f
commit 5db2a3b935
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ def get_lightweight_ensemble_config() -> tuple[dict, dict, dict]:
forecasting_horizon = 1,
own_features = ['level_2' ],
other_features = ['level_2'],
exogenous_features = ['standard_scaling'],
exogenous_features = ['z_score'],
index_column= 'int',
method= 'classification',
no_of_classes= 'two',