feature_selection Package

Classes

CountSelector

Selects the features for which the count of non-default values is greater than or equal to a threshold.

MutualInformationSelector

Selects the top k features across all specified columns ordered by their mutual information with the label column.