dswah / pyGAM

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

Tensor products #307

Open CatarinaPC opened 3 years ago

CatarinaPC commented 3 years ago

I know that in pyGAM you can fit interactions using tensor products via te() (as documented here).

In R, in mgcv package, there are tensor product smooths and interactions, where te() produces a full tensor product smooth and ti() produces a tensor product interaction. Check this link for more detail.

How can replicate ti() from R, using pyGAM?

@dswah

jainraj commented 3 months ago

Bump. Is there support planned for this? @dswah