Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 70c6ac9

Browse filesBrowse files
authored
DOC Fixed typos in documentation (#19511)
1 parent b169bc0 commit 70c6ac9
Copy full SHA for 70c6ac9

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎sklearn/inspection/_permutation_importance.py

Copy file name to clipboardExpand all lines: sklearn/inspection/_permutation_importance.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def permutation_importance(estimator, X, y, *, scoring=None, n_repeats=5,
115115
- a single string (see :ref:`scoring_parameter`);
116116
- a callable (see :ref:`scoring`) that returns a single value.
117117
118-
If `scoring` reprents multiple scores, one can use:
118+
If `scoring` represents multiple scores, one can use:
119119
120120
- a list or tuple of unique strings;
121121
- a callable returning a dictionary where the keys are the metric

‎sklearn/model_selection/_search.py

Copy file name to clipboardExpand all lines: sklearn/model_selection/_search.py
+2-2Lines 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

Copy file name to clipboardExpand all lines: sklearn/model_selection/_validation.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.