What is the analogue of min_samples_split for H2ORandomForestEstimator and H2OGradientBoostingEstimator?
min_samples_split
H2ORandomForestEstimator
H2OGradientBoostingEstimator
(h2o min_rows == sklearn min_samples_leaf)
min_rows
min_samples_leaf
It looks like the closest thing to min_samples_split is min_split_improvement: Minimum relative improvement in squared error reduction for a split to happen
min_split_improvement
1.4m articles
1.4m replys
5 comments
57.0k users