Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b34fba

Browse files
committed
DOC: Feature extraction vs feature selection
1 parent 25112d0 commit 7b34fba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/modules/feature_extraction.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ The :mod:`sklearn.feature_extraction` module can be used to extract
1111
features in a format supported by machine learning algorithms from datasets
1212
consisting of formats such as text and image.
1313

14+
.. note::
15+
16+
Feature extraction is very different from :ref:`feature_selection`:
17+
the former consists in transforming arbitrary data, such as text or
18+
images, into numerical features usable for machine learning. The later
19+
is a machine learning technique applied on these features.
20+
1421
.. _dict_feature_extraction:
1522

1623
Loading features from dicts

0 commit comments

Comments
 (0)