本文介绍了随机森林实施之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在H2O中实施随机森林与标准随机森林库之间是否存在性能差异?

Is there a performance difference between the implementation of Random Forest in H2O and standard Random Forest library?

有人对这两种实现方式进行过分析吗?

Has anybody performed or done some analysis for these two implementations.

推荐答案

这是您可以开始使用的开放基准.

Here is an open benchmark you can start with.

https://github.com/szilard/benchm-ml

这篇关于随机森林实施之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 18:50