Polynomial Regression

From Rice Wiki
Revision as of 18:34, 15 April 2024 by Rice (talk | contribs)

Polynomial regression is a model that describes the relationship between x and y as an nth degree polynomial.

Notice that polynomial regression is a form of Linear Regression, except there are higher-degree attributes.

To build a polynomial model involves determining the degree of polynomial and using normal linear regression methods.