VariantSpark icon indicating copy to clipboard operation
VariantSpark copied to clipboard

Variable mTry at each node

Open ArashBayatDev opened this issue 5 years ago • 1 comments

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.

ArashBayatDev avatar May 19 '20 06:05 ArashBayatDev

Currently no need. #lowPriority

rocreguant avatar Feb 12 '24 23:02 rocreguant