Giter VIP home page Giter VIP logo

datascientistsalarypredictor's Introduction

Data Science Salary Predictor (during COVID-19)

made-with-python

  • Created a web application (access it here) that estimates Data Science salaries (MAE~$20k) to help data scientists better understand what salaries they might expect during COVID-19
  • Webscraped job data from Glassdoor using Selenium and Chromedriver
  • Feature engineered from the text of the job description to quantify the value companies place on skills like Python, R, AWS, Hadoop and many other skills, and also knowledge required typically like Algorithmic Knowledge and Statistical Knowledge.
  • Optimized Linear, Lasso and Random Forest Regressors using GridsearchCV to reach the best model.
  • Built a web application for users to input data and receive an estimate, using Streamlit and Heroku.

Motivation

(Inspired by Ken Jee's Youtube Playlist: Github Repo)

During the COVID-19 pandemic, employment levels have reached new lows. The tech industry has also been affected by this, and subsequently, Data Scientists as well. Being able to get a good job right now, with a salary proportionate to the skills they possess is important, and at the same time, much more different compared to more normal period of time. This tool provides a means to help estimate how much salary one might recieve right now, based on their skills, as well as the company hiring them.

Technologies Used

This project primarily uses Selenium 3.141.0, Numpy 1.18.3, Pandas 1.0.4, Joblib 0.15.1, Scikit_Learn 0.23.1 and Streamlit 0.61.0.

To replicate the libraries used in this project, you can run the following command:

pip install -r requirements.txt

Environment Used

The Web Scraper code and the Streamlit code were run in a VSCode environment. The Data Cleaning, Exploratory Data Analysis and Model Building were run in a Jupyter Notebook environment.

Models Used

Comparisions were made with a Linear Regression Model (MAE ~25K), Lasso Regression Model (MAE ~22K) and a Random Forest model (MAE ~23K), and GridSearchCV helped identify the optimal hyperparameters for tuning each of these models, attaining a Lasso Regression Model with (MAE ~20K).

EDA Result

Some interesting results from the EDA:

Plot1

Plot2

Plot3

Plot4

Web Application Interface

The web application was built using Streamlit and deployed using Heroku. It can be accessed at this URL. If I've taken it down for some reason, here's what the UI looked like:

DSS1

DSS2

Contribute

Contributions are open from everyone.

datascientistsalarypredictor's People

Contributors

vishnubharadwaj00 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.