项目作者: GOVINDDIXIT

项目描述 :
A Salary predictor machine learning model based on Linear Regression, can be used to predict the salaries of the employees based on their experiences.
高级语言: Python
项目地址: git://github.com/GOVINDDIXIT/Salary-Predictor.git
创建时间: 2019-07-16T18:15:18Z
项目社区:https://github.com/GOVINDDIXIT/Salary-Predictor

开源协议:

下载


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