Skip to content

Feature Selection

Perform feature selection.

Search()
Feature Selection Search Algorithms
feature_selection() print(<feature_select>) is_feature_select() update(<feature_select>)
Feature Selection Object Declaration

Search Types

The two primary search types (forward and backward).

search_type_backward_model() search_type_forward_model()
Create Model Search Object Definitions

Model Types

The three primary model types.

model_type_lr() model_type_nb() model_type_lm()
Create Model Type Object Definitions

Exported Utilities

Miscellaneous functions typically not called directly by the user.

setup_cross() setup_cross_strat() plot_cross()
Set up Cross-Validation Folds
get_fs_features()
Get Feature Selection Markers