Giter VIP home page Giter VIP logo

ds_salary_estimator's Introduction

Data Science Job Position Organizer: Project Overview

  • Created a tool that estimates data science salaries (MAE ~ $12k) to help data scientists negotiate their income when they get a job

  • Scraped over 1000 job descriptions using python and selenium

  • Engineered features from the text of each job description to quantify the value companies put on python, excel, aws, and spark.

  • Optimized Linear, Lasso, and Random Forest Regressors using RidsearchCV to reach the best model.

  • Built a client facing API using flask.

Code and Resources used

Web Scraping

Tweaked the web scraper github repo (above) to scrape 1000 job postings in Columbus, Ohio from glassdoor.com. With each job, I got the following:

  • Job title
  • Salary Estimate
  • Job Description
  • Rating
  • Company
  • Location
  • Company Founded Date
  • Type of Ownership
  • Industry
  • Sector
  • Revenue

Data Cleaning

After scraping the data, I needed to clean it up so that it was usable for my model. I made the following changes and created the following variables:

  • Parsed numeric data out of salary
  • Made columns for employer provided salary and hourly wages
  • Removed rows without salary
  • Parsed rating out of company text
  • Made a new column for company state
  • Transformed founded date into age of company
  • Made columns for if different skills were listed in the job description: ..* Python ..* R ..* Excel ..* AWS ..* Spark
  • Column for simplified job title and Seniority
  • Column for description length
  • Column for minimum degree reqirement

EDA

I looked at the distributions of the data and the value counts for the various categorical variables. Here are some data visualization highlights.

  • alt text
  • alt text
  • alt text
  • alt text
  • alt text
  • alt text
  • alt text

Productionization

In this step, I built a flask API endpoint that was hosted on a local webserver by following along with the TDS tutorial in the reference section above. The API endpoint takes in a request with a list of values from a job listing and returns an estimated salary.

ds_salary_estimator's People

Contributors

jennackerman avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

ks9004 hamna12

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.