我在使用h2o和随机森林作为组件之一来构建集成时遇到了一个问题。我按照h2o文档中的方法对模型进行了估计,唯一的区别是因变量是多类变量。
Error: water.exceptions.H2OIllegalArgumentException: Don't know how to set the distribution for a multinomial Random Forest classifier.我试着用谷歌搜索了一下,但没有成功。有谁知道在这种情况下该怎么办?
https://stackoverflow.com/questions/47773965
复制相似问题