/Salary-Prediction-Model

This is a simple Linear regression model to predict salary.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Salary Predicting Model author

This is a simple Salary Predicting Model based on Linear Regression and the predicting feature is the amount of experience that the employee has the Model been trained on the Salary given to the past workers.

Visualizing Model

  • Salary vs Experience (Training Set)

Training Set

  • Salary vs Experience (Testing Set)

Testing Set

This Model is developed while the learning phase of ML.