API¶
HierarchicalEstimator¶
|
Base class for estimators using hierarchical data. |
HierarchicalPreprocessor¶
|
Estimator for preprocessing hierarchical data for feature selection. |
EagerHierarchicalFeatureSelector¶
|
Base class for eager feature selectors using hierarchical data. |
LazyHierarchicalFeatureSelector¶
|
Abstract class used for all lazy hierarchical feature selection methods. |
TSELSelector¶
|
A tree-based feature selection method for hierarchical features. |
SHSELSelector¶
|
SHSEL feature selection method for hierarchical features. |
HillClimbingSelector¶
|
Base class for hill climbing feature selection methods proposed by Wang. |
TopDownSelector¶
|
Hill climbing top down feature selection method. |
BottomUpSelector¶
|
Hill climbing bottom up feature selection method. |
GreedyTopDownSelector¶
|
Greedy Top Down feature selection method proposed by Lu et al. 2013. |
HIP¶
|
Select non-redundant features with the highest relevance following the algorithm proposed by Wan and Freitas. |
HNB¶
|
Select the k non-redundant features with the highest relevance following the algorithm proposed by Wan and Freitas. |
HNBs¶
|
Select non-redundant features following the algorithm proposed by Wan and Freitas. |
MR¶
|
Select non-redundant features with the highest relevance on each path following the algorithm proposed by Wan and Freitas |
RNB¶
|
Select the k features with the highest relevance. |
Tan¶
|
Select non-redundant features following the algorithm proposed by Wan and Freitas. |
Helper methods¶
get_columns_for_numpy_hierarchy¶
|
Get mapping from hierarchy nodes to columns after hierarchy transformation. |
create_mapping_columns_to_nodes¶
|
Creates a mapping from dataset columns to nodes in the hierarchy graph. |