Skip to content

Commit

Permalink
fix object path
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Jun 2, 2024
1 parent 96ce4a1 commit 624dac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpha_automl/resource/primitives_hierarchy.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"sklearn.feature_selection.GenericUnivariateSelect",
"sklearn.feature_selection.SelectPercentile",
"sklearn.feature_selection.SelectKBest",
"feature_engine.selection.SmartCorrelatedSelection",
"feature_engine.selection.DropHighPSIFeatures"
"feature_engine.selection.smart_correlation_selection.SmartCorrelatedSelection",
"feature_engine.selection.drop_psi_features.DropHighPSIFeatures"
],
"COLUMN_TRANSFORMER": [
"sklearn.compose.ColumnTransformer"
Expand Down

0 comments on commit 624dac2

Please sign in to comment.