Skip to content

Commit 8409b87

Browse files
authored
DOC Fix docstring param default value in SequentialFeatureSelector (scikit-learn#26540)
1 parent 767d355 commit 8409b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/feature_selection/_sequential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SequentialFeatureSelector(SelectorMixin, MetaEstimatorMixin, BaseEstimator
3434
estimator : estimator instance
3535
An unfitted estimator.
3636
37-
n_features_to_select : "auto", int or float, default='warn'
37+
n_features_to_select : "auto", int or float, default="auto"
3838
If `"auto"`, the behaviour depends on the `tol` parameter:
3939
4040
- if `tol` is not `None`, then features are selected while the score

0 commit comments

Comments
 (0)