mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-14 19:38:09 +00:00
feat(Sweep): try to filter out some not great models (#144)
* feat(Sweep): try to filter out some not great models * fix(Sweep): yaml * fix(Sweep): yaml * fix(Config): remove some models that do not perform well
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ def get_default_ensemble_config() -> tuple[dict, dict, dict]:
|
||||
)
|
||||
|
||||
regression_models = ["Lasso", "KNN", "RF"]
|
||||
classification_models = ['LR_two_class', 'SVC', 'KNN', 'CART', 'NB', 'AB', 'RF', 'XGB_two_class', 'LGBM', 'StaticMom']
|
||||
classification_models = ["LR_two_class", "LDA", "NB", "RF", "XGB_two_class", "LGBM", "StaticMom"]
|
||||
meta_labeling_models = ['LR_two_class', 'LGBM']
|
||||
ensemble_model = 'Average'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user