Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden Wu committed Sep 2, 2024
1 parent fad9450 commit 3897008
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions alpha_automl/hyperparameter_tuning/smac_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,8 @@
"sklearn.preprocessing.StandardScaler": {},
"sklearn.feature_selection.GenericUnivariateSelect": {},
"sklearn.feature_selection.SelectPercentile": {},
"sklearn.feature_selection.SelectKBest": {
"k": {
"type": "Categorical",
"value": [
1000,
2000,
4000,
6000
],
"default": 2000
}
},
"sklearn.feature_extraction.text.TfidfVectorizer": {
"analyzer": {
"type": "Categorical",
"value": [
"word",
"char"
],
"default": "word"
}
},
"sklearn.feature_selection.SelectKBest": {},
"sklearn.feature_extraction.text.TfidfVectorizer": {},
"sklearn.feature_extraction.text.CountVectorizer": {},
"sklearn.ensemble.ExtraTreesClassifier": {
"n_estimators": {
Expand Down

0 comments on commit 3897008

Please sign in to comment.