Polynomial regression is a form of nonlinear regression that describes nonlinear relationships in a dataset.
There are several advantages to linear regression, mainly high accuracy.
For your assignment, you will build a polynomial regression model in Python.
The data is in a .CSV file that has the following information types.
1000000
Using this data, our model should be able to predict the value of an employee candidate given their years of experience.
The Python file must demonstrate the prediction of employee salary based on years of experience.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here