H2o model performance metric and gains chart customization

吃可爱长大的小学妹 提交于 2019-11-28 05:41:01

问题


I see h2o model performance metric contains AUC, logloss etc. There is one model performance metric called lift_top_group, is it lift on top decile?

Also can user specify the band for h2o to output gains chart such as top 5%, 5%-10%, 10%-15% ....... The function I can find is h2o.gainsLift


回答1:


You can see all quantile groups in the output (Flow has a nice display). The top group is the top 1%, and lift_top_group refers to that. It can be used for early stopping. All other information from the gains/lift chart is available in all binomial model metrics for inspection. More info here: https://github.com/h2oai/h2o-3/blob/master/h2o-docs/src/product/tutorials/GainsLift.md (note that the picture is outdated, it uses 5% intervals uniformly - now there are more fine grain groups at the top).



来源:https://stackoverflow.com/questions/43404805/h2o-model-performance-metric-and-gains-chart-customization

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!