dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
871 stars 159 forks source link

Coefficients #284

Open sk-haghighi opened 3 years ago

sk-haghighi commented 3 years ago

Can we have a single coefficient estimates for one feature despite defining 20 spline for that feature? where we can get that ingle coefficient of estimates for interpretability of the model?

lukedex commented 3 years ago

Did you ever find a solution to this? I too am currently working on something which would benefit from a table of co-efficients per level per factor for interpretability.