ardbramantyo / Employee-Salary-Prediction

The project is aimed to predict the sallary of an employee vs. the number years of experience using polynomial linear regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emoloyee Salary Prediction using Polynomial Linear Regression

Overview Scenario

I work as a consultant to a start-up company that has just started to hire employees. The HR director reached out to me and asked to predict the salary of employees based on the number of years of experience. I suggested to use a polynomial regression as a proposed model based on the provided dataset.

There are Three Scenario developed to find the best model"

  1. Linear
  2. Polynomial (Order: 2)
  3. Polynomial (Order: 3)

image

About

The project is aimed to predict the sallary of an employee vs. the number years of experience using polynomial linear regression


Languages

Language:Jupyter Notebook 100.0%