We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25112d0 commit 7b34fbaCopy full SHA for 7b34fba
doc/modules/feature_extraction.rst
@@ -11,6 +11,13 @@ The :mod:`sklearn.feature_extraction` module can be used to extract
11
features in a format supported by machine learning algorithms from datasets
12
consisting of formats such as text and image.
13
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
21
.. _dict_feature_extraction:
22
23
Loading features from dicts
0 commit comments