Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/modules/tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading