8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91b4e5 commit 6301b1fCopy full SHA for 6301b1f
doc/modules/model_evaluation.rst
@@ -48,8 +48,8 @@ Common cases: predefined values
48
49
For the most common use cases, you can designate a scorer object with the
50
``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
+All scorer objects follow the convention that **higher return values are better
+than lower return values**. Thus the returns from mean_absolute_error
53
and mean_squared_error, which measure the distance between the model
54
and the data, are negated.
55
0 commit comments