pyGAM icon indicating copy to clipboard operation
pyGAM copied to clipboard

Equivalent of an 'lpmatrix' in MGCV gam predict function

Open henrytranter opened this issue 2 years ago • 0 comments

I am currently looking to implement a function we have created in R in python. I am just about there. The R function uses the GAM functionality of MGCV, and during one prediction uses the predictor type "lpmatrix" which "yields the values of the linear predictor when postmultiplied by the parameter vector".

I am wondering if there is similar functionality in pyGAM, or if it can be achieved with what functionality is there? I can't seem to replicate it.

henrytranter avatar Mar 08 '22 15:03 henrytranter