From 9996491e1afb7c49f27b5f322c0c35e8625a1a4e Mon Sep 17 00:00:00 2001 From: Joel Nothman <joel.nothman@gmail.com> Date: Sat, 1 Jul 2017 21:05:55 +1000 Subject: [PATCH] DOC wording --- doc/modules/model_evaluation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/modules/model_evaluation.rst b/doc/modules/model_evaluation.rst index d010256e94..db2493b16a 100644 --- a/doc/modules/model_evaluation.rst +++ b/doc/modules/model_evaluation.rst @@ -6,8 +6,8 @@ Model evaluation: quantifying the quality of predictions ======================================================== -There are 3 different approaches to evaluate the quality of predictions of a -model: +There are 3 different APIs for evaluating the quality of of a model's +predictions: * **Estimator score method**: Estimators have a ``score`` method providing a default evaluation criterion for the problem they are designed to solve. -- GitLab