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 97327c7

Browse filesBrowse files
authored
DOC corrected letter case for better readability in sklearn/metrics/_classification.py / (#26169)
1 parent d95ecbb commit 97327c7
Copy full SHA for 97327c7

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎sklearn/metrics/tests/test_classification.py

Copy file name to clipboardExpand all lines: sklearn/metrics/tests/test_classification.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_average_precision_score_duplicate_values():
377377
def test_average_precision_score_tied_values():
378378
# Here if we go from left to right in y_true, the 0 values are
379379
# separated from the 1 values, so it appears that we've
380-
# Correctly sorted our classifications. But in fact the first two
380+
# correctly sorted our classifications. But in fact the first two
381381
# values have the same score (0.5) and so the first two values
382382
# could be swapped around, creating an imperfect sorting. This
383383
# imperfection should come through in the end score, making it less

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.