From 86e9346926bf37c56f42ba714121dc9268314796 Mon Sep 17 00:00:00 2001 From: Eden Wu Date: Sun, 1 Sep 2024 17:00:59 -0400 Subject: [PATCH] bugfix --- .../hyperparameter_tuning/smac_parameters.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/alpha_automl/hyperparameter_tuning/smac_parameters.json b/alpha_automl/hyperparameter_tuning/smac_parameters.json index 37f473b..477eba4 100644 --- a/alpha_automl/hyperparameter_tuning/smac_parameters.json +++ b/alpha_automl/hyperparameter_tuning/smac_parameters.json @@ -27,16 +27,7 @@ "default": "word" } }, - "sklearn.feature_extraction.text.CountVectorizer": { - "min_df": { - "type": "Float", - "value": [ - 0, - 0.3 - ], - "default": 0.1 - } - }, + "sklearn.feature_extraction.text.CountVectorizer": {}, "sklearn.ensemble.ExtraTreesClassifier": { "n_estimators": { "type": "Integer",