Programmer Salary Prediction using Lasso Regression, Random Forest, Gradient Boosting.
The training data for this project consists of a .csv file downloaded from https://www.kaggle.com/stackoverflow/so-survey-2017/ which is the Stack Overflow Developer Survey, 2017.
IDE used for running the program is Anaconda 1.5.2 and Spyder 3.2.8. (Optional: Visual Studio Code with Python plugins) The python version used is Python 2.7.
Execute the salary_prediction.py in main folder.