在R中运行模型时出错

时间:2017-01-30 11:58:14

标签: r analytics random-forest

  

错误:water.exceptions.H2OModelBuilderIllegalArgumentException:DRF模型的非法参数:DRF_model_R_1485775621321_2。详细信息:字段上的ERRR:_ntrees:树模型不适合驱动程序节点的内存(每棵树3.9 MB x 400> 1.50 GB) - 尝试减少ntree和/或max_depth或增加min_rows!

local=h2o.init(nthreads=2,max_mem_size='5G')
data_r=as.h2o(data.matrix(data_tr))
rn_clf=h2o.randomForest(feature.names,
                'log.Sales',
                training_frame=data_r,
                ntrees=400,
                max_depth=28,
                nbins_cats = 1115                    
               )}

除了减少ntree或max_depth之外,还有其他方法可以解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

是的,无论是减少功能还是nbins_cat(首先确定最佳nbins_cats)或增加RAM大小,maxmimum depth非常高,你必须减少这个,