diff --git a/doc/modules/tree.rst b/doc/modules/tree.rst index ee36d9f6af1b2..1dabb9ef8d68e 100644 --- a/doc/modules/tree.rst +++ b/doc/modules/tree.rst @@ -560,9 +560,9 @@ Mean Poisson deviance: Setting `criterion="poisson"` might be a good choice if your target is a count or a frequency (count per some unit). In any case, :math:`y >= 0` is a -necessary condition to use this criterion. Note that it fits much slower than -the MSE criterion. For performance reasons the actual implementation minimizes -the half mean poisson deviance, i.e. the mean poisson deviance divided by 2. +necessary condition to use this criterion. For performance reasons the actual +implementation minimizes the half mean poisson deviance, i.e. the mean poisson +deviance divided by 2. Mean Absolute Error: