8000 DOC Fix typo in RFE example (#14529) · thomasjpfan/scikit-learn@c2c2a15 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2c2a15

Browse files
ssaammglemaitre
authored andcommitted
DOC Fix typo in RFE example (scikit-learn#14529)
1 parent e0f0b3d commit c2c2a15

File tree

1 file changed

+1
-1
lines changed
  • sklearn/feature_selection

1 file changed

+1
-1
lines changed

sklearn/feature_selection/rfe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class RFE(BaseEstimator, MetaEstimatorMixin, SelectorMixin):
8787
8888
Examples
8989
--------
90-
The following example shows how to retrieve the 5 right informative
90+
The following example shows how to retrieve the 5 most informative
9191
features in the Friedman #1 dataset.
9292
9393
>>> from sklearn.datasets import make_friedman1

0 commit comments

Comments
 (0)
0