Skip to content

Web Scraping and Salary Prediction Project with BeautifulSoup and Logistic Regression

Notifications You must be signed in to change notification settings

mdealiaga/Job-Salary-Webscraping-and-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping for Indeed.com and Predicting Salaries

This is an assignment I did during the Data Science Immersive course I took at General Assembly. In this project, I practice two major skills: collecting data by scraping a website, and building a binary predictor with Logistic Regression. I collect salary information on data science jobs in Indeed.com using BeautifulSoup. Then, using the location, title, and summary of the job, I attempt to predict the salary of the job. I convert this problem into classification and use Logistic Regression to predict salaries.

The project Jupyter Notebook can be viewed by clicking this link.

About

Web Scraping and Salary Prediction Project with BeautifulSoup and Logistic Regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published