What is local regression and how does it compare to global regression?
Local regression, also known as LOESS or LOWESS, is a technique for fitting nonlinear and nonparametric models to data. Unlike global regression, which uses a single equation to describe the relationship between the variables, local regression adapts to the local features of the data by using weighted averages of nearby points. In this article, you will learn how local regression works, what are its advantages and disadvantages, and how to apply it in practice.