* ENH Pipeline can now be sliced or indexed * Additional assertion imports for testing * DOC Documentation and example for Pipeline slicing * FIX put doctest lines in correct order * DOC improve compose Pipeline docs * Fix doctest * Fix merge error * DOCs improved after Alex's comments * This is not the right place to change to LinearSVC * missed one * DOC add what's new * Fix doctest * doctest tweaks Co-Authored-By: jnothman <joel.nothman@gmail.com> * doctest tweaks Co-Authored-By: jnothman <joel.nothman@gmail.com> * doctest tweaks Co-Authored-By: jnothman <joel.nothman@gmail.com> * fix doctests * Correct step name * Update doc/whats_new/v0.21.rst Co-Authored-By: jnothman <joel.nothman@gmail.com> |
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_f_test_vs_mi.py | ||
| plot_feature_selection.py | ||
| plot_feature_selection_pipeline.py | ||
| plot_permutation_test_for_classification.py | ||
| plot_rfe_digits.py | ||
| plot_rfe_with_cross_validation.py | ||
| plot_select_from_model_boston.py | ||
README.txt
.. _feature_selection_examples: Feature Selection ----------------------- Examples concerning the :mod:`sklearn.feature_selection` module.