dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python

Home Page:https://pygam.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensor products

CatarinaPC opened this issue · comments

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