【发布时间】:2017-07-23 08:39:26
【问题描述】:
在 elasticnet 中是否不推荐使用 p 值?下面的参考资料显示了系数中的 p 值 http://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/glm.html
但是当我执行下面的命令时我没有看到 p 值
head(elastic_net_best_model@model$coefficients_table)
Coefficients: glm coefficients
names coefficients standardized_coefficients
【问题讨论】: