Feature Selection ================= Filter Methods -------------- - ``preprocess.feature_selection.feature_Variance`` - ``preprocess.feature_selection.feature_PCA`` - ``preprocess.feature_selection.feature_LDA`` Wrapper Methods --------------- - ``preprocess.feature_selection.feature_RFE`` Embedded Methods ---------------- - ``preprocess.feature_selection.feature_L1`` - ``preprocess.feature_selection.feature_RandomForest``