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.
Asked
Active
Viewed 79 times
1 Answers
1
Right now we do not support categorical columns in generating splines. It is on our roadmap though.

Wendy Wong
- 11
- 1
-
Thanks for the quick response! Sorry, my question wasn’t clear. I’m referring to a continuous variable that I’m modeling with splines, but there are 1000 possible values of the continuous variable and I’d like to know the effect of each possible value on the response. – Carver Coleman Apr 29 '22 at 18:53
-
As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 30 '22 at 14:48