Backfitting algorithm

ID: backfitting-algorithm

Backfitting is an iterative algorithm used primarily in the context of fitting additive models, particularly generalized additive models (GAMs). An additive model assumes that the response variable can be expressed as a sum of smooth functions of predictor variables. The backfitting algorithm helps to estimate the smooth functions in such models.

New to topics? Read the docs here!