Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05aea4c

Browse filesBrowse files
des137glemaitre
authored andcommitted
DOC Revises a sentence in the description of RFE (scikit-learn#19033)
1 parent c9d87ff commit 05aea4c
Copy full SHA for 05aea4c

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎doc/modules/feature_selection.rst

Copy file name to clipboardExpand all lines: doc/modules/feature_selection.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ Recursive feature elimination
119119
=============================
120120

121121
Given an external estimator that assigns weights to features (e.g., the
122-
coefficients of a linear model), recursive feature elimination (:class:`RFE`)
122+
coefficients of a linear model), the goal of recursive feature elimination (:class:`RFE`)
123123
is to select features by recursively considering smaller and smaller sets of
124124
features. First, the estimator is trained on the initial set of features and
125125
the importance of each feature is obtained either through any specific attribute
126126
(such as ``coef_``, ``feature_importances_``) or callable. Then, the least important
127-
features are pruned from current set of features.That procedure is recursively
127+
features are pruned from current set of features. That procedure is recursively
128128
repeated on the pruned set until the desired number of features to select is
129129
eventually reached.
130130

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.