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

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.



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Wendy Wong