8000 add see :term:`scoring` · scikit-learn/scikit-learn@3990470 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3990470

Browse files
committed
add see :term:scoring
1 parent 85bbe7c commit 3990470

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
@@ -49,7 +49,7 @@ class SequentialFeatureSelector(BaseEstimator, MetaEstimatorMixin,
4949
of features ``n_features``.
5050
5151
scoring : str, callable, or None (default=None)
52-
A string (see model evaluation documentation) or a scorer
52+
A string (see :term:`scoring`) or a scorer
5353
callable object / function with signature ``scorer(estimator, X, y)``.
5454
5555
forward : bool (default=True)

0 commit comments

Comments
 (0)
0