From 624dac29e9a70255b979c5a76e9f5e46be66cb4d Mon Sep 17 00:00:00 2001 From: EdenWuyifan Date: Sun, 2 Jun 2024 17:47:22 -0400 Subject: [PATCH] fix object path --- alpha_automl/resource/primitives_hierarchy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpha_automl/resource/primitives_hierarchy.json b/alpha_automl/resource/primitives_hierarchy.json index 4b66f93..043d3ce 100644 --- a/alpha_automl/resource/primitives_hierarchy.json +++ b/alpha_automl/resource/primitives_hierarchy.json @@ -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"