You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was looking through the documentation for pyGAM and the one feature I was curious about was using random effects for the spline term of a feature.
Comparing it to mgcv in R (my current task is to translate R code to python relevant version), there is a option to use the "re" in their spline functions.
Has the team thought about adding that into pygam.terms.s() function? Or if there is a way and I just didnt read the documentation correct please feel free to correct me.
The text was updated successfully, but these errors were encountered:
Was looking through the documentation for pyGAM and the one feature I was curious about was using random effects for the spline term of a feature.
Comparing it to mgcv in R (my current task is to translate R code to python relevant version), there is a option to use the "re" in their spline functions.
m1_gam <- gam(response ~ s(subject, bs = 're') + ...
Has the team thought about adding that into
pygam.terms.s()
function? Or if there is a way and I just didnt read the documentation correct please feel free to correct me.The text was updated successfully, but these errors were encountered: