Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sklearn/feature_selection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

These include univariate filter selection methods and the recursive feature elimination
algorithm.

For an example of univariate feature selection for
improving the classification of a noisy dataset see
:ref:`sphx_glr_auto_examples_feature_selection_plot_feature_selection.py`
"""

# Authors: The scikit-learn developers
Expand Down