gbtreeTrain - What is mergeBin?

Réponse

by default, when the largest value in one bin matches the lowest value in a neighboring bin, the values are merged into the lower bin. When set to False, the action does not try to merge bins. Default: TRUE.
Did this answer help you?