问题描述
使用XGBoost进行网格搜索时,H2O进程崩溃:
H2O process crashed when doing a Grid Search with XGBoost:
在给出下面的INFO消息之后:
After giving the INFO message below:
Java异常转储:
推荐答案
col_sample_rate_per_level
不支持xgboost,仅GBM和随机林支持: http://docs. h2o.ai/h2o/latest-stable/h2o-docs/data-science/algo-params/col_sample_rate_change_per_level.html
col_sample_rate_per_level
is not supported for xgboost, only GBM and random forest:http://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/algo-params/col_sample_rate_change_per_level.html
以下是您可以与xgboost网格一起使用的列表: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/grid-search.html#xgboost-hyperparameters
Here is the list of what you can use with an xgboost grid: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/grid-search.html#xgboost-hyperparameters
(当然,它应该告诉您,并且不会崩溃,因此绝对是一个错误!)
(Of course, it ought to be telling you that, and not crashing, so definitely a bug!)
这篇关于XGBoost-H2O因非法内存访问而崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!