num_leaves | R Documentation |
These parameters are auxiliary to tree-based models that use the "lightgbm"
engine. They correspond to tuning parameters that would be specified using
set_engine("lightgbm", ...)
.
num_leaves(range = c(5, 100), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
"lightbgm" is an available engine in the parsnip extension package bonsai
For more information, see the lightgbm webpage.
num_leaves()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.