Download the dataset below to solve this case study on Salary Prediction. (Dataset Source: Kaggle).
Salary Prediction: Case Study
Every company determines the salary of an employee according to the experience of the employee. Here’s a dataset based on the salary of people according to their experience:
- YearsExperience: The job experience of the person in years.
- Salary: Salary of the person.
As this problem is based on predicting the salary of a person, the Salary column is the target variable. Perform regression analysis to find the relationship between job experience and the salary of people.
References to Solve this Case Study
Here are some valuable references to solve this case study: