What is distribution?

1 vues

Réponse

specifies the distribution in gradient boosting tree. Default: BINARY. BINARY: this value is useful for binary classification. GAUSSIAN: this value is useful for regression trees. MULTINOMIAL: this value is useful for multinomial distribution for classification with more than two classes. POISSON: this value is useful for poisson distribution. TWEEDIE: this value is useful for tweedie distribution.
Did this answer help you?
gbtreeTrain

builtins

See technical action