Learn Before
Concept
GAMs for Classification Problems
Similar to GAMs in regression problems, GAMs can also be used when responses are qualitative. Assuming that Y takes the value of either 0 or 1, we can start off with the logistic regression model and replace the linear component () with separate non-linear functions () for every predictor variable. Our corresponding model is thus .
0
2
Updated 2020-02-26
Tags
Data Science