Skip to content

Commit

Permalink
DOC note that greater is better for scorer
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Jun 15, 2018
1 parent 247033a commit 4143356
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,9 @@ such as:

scorer
A non-estimator callable object which evaluates an estimator on given
test data, returning a number. See :ref:`scoring_parameter`; see also
:term:`evaluation metric`.
test data, returning a number. Unlike :term:`evaluation metrics`,
a greater returned number must correspond with a *better* score.
See :ref:`scoring_parameter`.

Further examples:

Expand Down

0 comments on commit 4143356

Please sign in to comment.