Skip to content

A Salary predictor machine learning model based on Linear Regression, can be used to predict the salaries of the employees based on their experiences.

Notifications You must be signed in to change notification settings

GOVINDDIXIT/Salary-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Salary Predictor

A Salary predictor machine learning model based on Linear Regression, can be used to predict the salaries of the employees based on their experiences.

DataSet

Dataset consists of 30 entries of employess with the salaries based upon their experiences in years

  • Training Set = 80% of total dataset = 24 entries

  • Test Set = 20% of total dataset = 6 entries

Linear Regression is a machine learning algorithm based on supervised learning. It performs a regression task. Regression models a target prediction value based on independent variables. It is mostly used for finding out the relationship between variables and forecasting. Different regression models differ based on – the kind of relationship between dependent and independent variables, they are considering and the number of independent variables being used.

  • Plot of Salary vs Experince for Training Data


  • Plot of Salary vs Experince for Test Data

About

A Salary predictor machine learning model based on Linear Regression, can be used to predict the salaries of the employees based on their experiences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages