Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed May 1, 2024
1 parent e7b7c5e commit 9a24125
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions alpha_automl/resource/primitives_hierarchy.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@
"alpha_automl.builtin_primitives.datetime_encoder.DummyEncoder"
],
"FEATURE_SCALER": [
"sklearn.preprocessing.MaxAbsScaler",
"sklearn.preprocessing.StandardScaler"
"sklearn.preprocessing.RobustScaler"
],
"FEATURE_SELECTOR": [
"sklearn.feature_selection.GenericUnivariateSelect",
"sklearn.feature_selection.SelectPercentile",
"sklearn.feature_selection.SelectKBest"
"sklearn.feature_selection.SelectPercentile"
],
"IMPUTER": [
"sklearn.impute.SimpleImputer"
Expand Down

0 comments on commit 9a24125

Please sign in to comment.