H2ORandomForestEstimator with min_samples_split?

人盡茶涼 提交于 2019-12-11 15:49:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!