问题
What is the analogue of min_samples_split for H2ORandomForestEstimator and H2OGradientBoostingEstimator?
(h2o min_rows
== sklearn min_samples_leaf
)
回答1:
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
来源:https://stackoverflow.com/questions/53642304/h2orandomforestestimator-with-min-samples-split