Building a prediction model for salary hiking
Is to build a predictive model for salary hiking
Used Necessory libries to perform EDA, Plotting and to get data information.Used Linear Regression model to predict the salary hike based on yearExperience.
Performed EDA to get more informative features like null values,outliers,correlation and so on. and got the below insights.
- No Null values in the dataset
- No outliers in the dataset
- There is good correlation between the two variables. The score is 0.98 which shows the strong positive correlation.
- variation is constant along the way in data
Used Simple Linear Regression model
- R Square values