Polynomial Regression
From Rice Wiki
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.