Skip to content

Commit 2041386

Browse files
committed
typo
1 parent 4db5b73 commit 2041386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ For example, cross-validation in :class:`grid_search.GridSearchCV` and
890890
:func:`cross_validation.cross_val_score` defaults to being stratified when used
891891
on a classifier, but not otherwise. Similarly, scorers for average precision
892892
that take a continuous prediction need to call ``decision_function`` for classifiers,
893-
but ``predict`` for regressors. This destinction between classifiers and regressors
893+
but ``predict`` for regressors. This distinction between classifiers and regressors
894894
is implemented using the ``_estimator_type`` attribute, which takes a string value.
895895
It should be ``"classifier"`` for classifiers and ``"regressor"`` for regressors,
896896
to work as expected. Inheriting from ``ClassifierMixin`` or ``RegressorMixin`` will

0 commit comments

Comments
 (0)