What is greedy?

2 vues

Réponse

by default, a greedy search or exhaustive search is used to determine the best split for each variable of each tree node. When set to False, a fast and efficient algorithm that is based on clustering is applied. Setting this parameter to False is recommended for variables with high cardinality. Default: TRUE.
Did this answer help you?
gbtreeTrain

builtins

See technical action