Concept

Generalized Additive Models (GAMs)

Generalized Additive Models (GAMs), similar to multiple linear regression models, attempt to predict a response value (YY) using many predictor variables (X1,,XpX_1, \dots, X_p). GAMs maintain their additivity by applying separate non-linear functions to each predictor variable (fj(Xj)f_j(X_j)) and adding them together. They can be applied to both quantitative and qualitative responses.

0

2

Updated 2026-06-12

Tags

Data Science