Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 386 Bytes

Salary Prediction for Job Postings

In this project, we predict salaries using features of online job postings. The notebook contained in this repository will go over various machine learning algorithms and explain the pros and cons of each in solving this problem. The algorithms explored are listed below:

  • Linear Regression
  • Lasso
  • Random Forest
  • Gradient Boosting
  • RuleFit