You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XYZ Company will like to predict the Salary in dollars based on the year(s) of experience of their employee. In this project, I applied Linear Regression model to solve the task. This simple dataset contains two fields:
- Independent variable X: year(s) of experience and
- Dependent variable Y: Salary in dollars.
About
In this project, I applied Linear Regression model to solve the task using python