有没有一种方法可以使用Python中的gams为样条术语创建因子表
我使用h2o.estimators.gam软件包将H2O中的GAM模型与H2O中的GAM模型拟合在一起。我想在每个GAM变量的每个级别上获得一个带有因子加载的桌子。例如,我的一个变量是年龄,我需要每个年龄的系数表。
I have fit a GAM model in h2o with several gam variables (P-splines) using the h2o.estimators.gam package. I'd like to get a table with the factor loading for every level of each gam variable. For example, one of my variables is age, and I need a table of the coefficient for each age.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在,我们不支持生成花样的分类列。不过,它在我们的路线图上。
Right now we do not support categorical columns in generating splines. It is on our roadmap though.