Is there a way to create a factor table for spline terms using GAMs in Python's h2o

142 views Asked by At

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.

1

There are 1 answers

2
Wendy Wong On

Right now we do not support categorical columns in generating splines. It is on our roadmap though.