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
I am new to GAM and pyGAM. I read documentation carefully but need help with someone experienced in pyGAM for some questions.
I have a dataset with around 40 features. My problem is classification and I am planning to use LogisticGAM.
I think I have not fully understand how 'splines' used in GAM? Does the model fits a spline for each and every feature?
What are the differences between factor term, spline term, tensor term and why do we need these terms?
When I read and searched about GAM I understand that some of my features out of 40 may have linear relation while some others have non-linear relationship with target variable. Am I supposed to enable this relationship to model manually for all these features as follows?(I don't think so but don't know what to do) And what should I consider while determining which term(factor, spline, ..) to use?
gam = LogisticGAM(f(0) + s(1) + ... + s(40))
The text was updated successfully, but these errors were encountered:
I am new to GAM and pyGAM. I read documentation carefully but need help with someone experienced in pyGAM for some questions.
I have a dataset with around 40 features. My problem is classification and I am planning to use LogisticGAM.
I think I have not fully understand how 'splines' used in GAM? Does the model fits a spline for each and every feature?
What are the differences between factor term, spline term, tensor term and why do we need these terms?
When I read and searched about GAM I understand that some of my features out of 40 may have linear relation while some others have non-linear relationship with target variable. Am I supposed to enable this relationship to model manually for all these features as follows?(I don't think so but don't know what to do) And what should I consider while determining which term(factor, spline, ..) to use?
gam = LogisticGAM(f(0) + s(1) + ... + s(40))
The text was updated successfully, but these errors were encountered: