8000 emphasis on "higher return values are better..." (#6909) · scikit-learn/scikit-learn@6301b1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6301b1f

Browse files
Yoav Ramagramfort
Yoav Ram
authored andcommitted
emphasis on "higher return values are better..." (#6909)
1 parent f91b4e5 commit 6301b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/model_evaluation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Common cases: predefined values
4848

4949
For the most common use cases, you can designate a scorer object with the
5050
``scoring`` parameter; the table below shows all possible values.
51-
All scorer objects follow the convention that higher return values are better
52-
than lower return values. Thus the returns from mean_absolute_error
51+
All scorer objects follow the convention that **higher return values are better
52+
than lower return values**. Thus the returns from mean_absolute_error
5353
and mean_squared_error, which measure the distance between the model
5454
and the data, are negated.
5555

0 commit comments

Comments
 (0)
0