【问题标题】:Ensemble in h2o (random forest) -multinomial distributionh2o 中的集合(随机森林)-多项分布
【发布时间】:2018-05-26 05:13:49
【问题描述】:

我在使用h2o 和随机森林作为组件之一构建集合时遇到问题。我在h2o 的文档中估计模型,唯一的区别是因变量是多类变量。当我尝试构建一个集成时,我收到以下错误:

Error: water.exceptions.H2OIllegalArgumentException: Don't know how to set the distribution for a multinomial Random Forest classifier.

我尝试用谷歌搜索它,但没有成功。有谁知道遇到这种情况该怎么办?

【问题讨论】:

标签: r machine-learning random-forest h2o ensemble-learning


【解决方案1】:

Stacked Ensemble 的多类支持最近才发布(在 H2O 3.16.0.1 中),因此您需要升级您的 H2O 软件包才能使其正常工作。

您可以使用update.packages("h2o") 升级到最新的 CRAN 版本。

【讨论】:

    猜你喜欢
    • 2016-01-24
    • 2019-02-16
    • 2016-11-10
    • 2017-12-04
    • 2015-12-11
    • 2018-04-14
    • 2019-01-06
    • 2018-09-28
    • 2017-07-23
    相关资源
    最近更新 更多