leopiney / deep-forest

An on going implementation of the gcForest algorithm
MIT License
194 stars 58 forks source link

Why the `min_samples_split` is 21 in mgs? #3

Closed inkzk closed 7 years ago

inkzk commented 7 years ago

Shouldn't it be 11?

XiaolongJason commented 7 years ago

Forest in multi_grsained scanning:Tree growth: till pure leaf or <= 20 instances Forest in cascade: Tree growth: till pure leaf or <= 10 instances

leopiney commented 7 years ago

Hi @zhaokai410 sorry I've been inactive these last months.

Thank you @XiaolongJason very much for the answer!