/LinearRegression

Linear Regression and polynomial regression using Python

Primary LanguagePython

LinearRegression

Describe different type of Linear Regression? Fit a multi variate polynomial regression model to a select dataset. Plot the average training and testing errors as a function of the model order M. Suggested range for M is 1 to 6.