diff --git a/doc/modules/model_evaluation.rst b/doc/modules/model_evaluation.rst index d010256e943450c294dc51b1c9d386f48fec14ec..db2493b16a99e3d5354fa66bc594349dd61cc977 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.