From acaa7210b657874ad2fccf8c317f9eed42d712e1 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 17 Sep 2025 10:26:41 +0200 Subject: [PATCH] remove sentence --- doc/modules/tree.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: