Xtra-Computing / thundergbm

ThunderGBM: Fast GBDTs and Random Forests on GPUs
Apache License 2.0
692 stars 87 forks source link

Please why are you removing my issue without any reason? #72

Open DarkoAlexander opened 2 years ago

DarkoAlexander commented 2 years ago

Is there a parameter that corresponds to minimum samples per leaf for the random forest?

Kurt-Liuhf commented 2 years ago

min_child_weight is the minimum samples in regression tasks. As for classification tasks, there is no such parameter.