-
Notifications
You must be signed in to change notification settings - Fork 48
Variable mTry at each node #155
Copy link
Copy link
Open
Labels
Description
following issue #154 (Variable training parameter)
if the mtry parameter (for each tree or each batch, or the whole forest) is an array so that the first mtry applies to the root node. the second mtry applies to first-level nodes and so on.
if there are more levels in a tree than the length of mtry array then the last mtry is used for all the remaining levels.
Reactions are currently unavailable