An open API service indexing awesome lists of open source software.

https://github.com/govinddixit/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.
https://github.com/govinddixit/salary-predictor

linear-regression machine-learning prediction-model

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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*