Parametric Estimation for Multivariate Polynomial Regression
Last updated
Last updated
Say we have a dataset with 2 features and it cannot be fit using Linear Regression.
We may want to use Multivariate Polynomial Regression. The equation is given by:
This is a degree 2 polynomial and we need to estimate that minimize the squared error.
Note: In some cases, this can be simplified to a Linear Regression (as shown in Simple Polynomial Regression) by simply adding appropriate features to the dataset.