Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1da4581

Browse files
Ashish013glemaitre
authored andcommitted
DOC Fixed typos in documentation (#19511)
1 parent f059366 commit 1da4581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sklearn/model_selection/_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ class GridSearchCV(BaseSearchCV):
10061006
- a single string (see :ref:`scoring_parameter`);
10071007
- a callable (see :ref:`scoring`) that returns a single value.
10081008
1009-
If `scoring` reprents multiple scores, one can use:
1009+
If `scoring` represents multiple scores, one can use:
10101010
10111011
- a list or tuple of unique strings;
10121012
- a callable returning a dictionary where the keys are the metric
@@ -1346,7 +1346,7 @@ class RandomizedSearchCV(BaseSearchCV):
13461346
- a single string (see :ref:`scoring_parameter`);
13471347
- a callable (see :ref:`scoring`) that returns a single value.
13481348
1349-
If `scoring` reprents multiple scores, one can use:
1349+
If `scoring` represents multiple scores, one can use:
13501350
13511351
- a list or tuple of unique strings;
13521352
- a callable returning a dictionary where the keys are the metric

sklearn/model_selection/_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def cross_validate(estimator, X, y=None, *, groups=None, scoring=None, cv=None,
7474
- a single string (see :ref:`scoring_parameter`);
7575
- a callable (see :ref:`scoring`) that returns a single value.
7676
77-
If `scoring` reprents multiple scores, one can use:
77+
If `scoring` represents multiple scores, one can use:
7878
7979
- a list or tuple of unique strings;
8080
- a callable returning a dictionary where the keys are the metric

0 commit comments

Comments
 (0)