8000 sklearn.feature_selection.SequentialFeatureSelector Select features as long as score gets better. · Issue #20137 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

sklearn.feature_selection.SequentialFeatureSelector Select features as long as score gets better. #20137

@paapu88

Description

@paapu88

Dear Developers,

Currently one can give sklearn.feature_selection.SequentialFeatureSelector
parameter 'n_features_to_select'
to get desired number of features.

It would be desired, that instead of giving a fixed number of 'n_features_to_select' one could use it as an upper limit and select features only up to point where the score improves (so the number of selected features could be smaller than 'n_features_to_select').

Terveisin, Markus

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0