Skip to content

Applying classification tools to detect fraudulent job postings based on text features. My third project as part of the Metis data science bootcamp.

Notifications You must be signed in to change notification settings

pjn51/detecting-fake-jobs

Repository files navigation

Detecting Fake Jobs

My third Metis project.

Goal

Detect fake job postings using a classification model.

Methods

  • Oversample minority class (fraudulent job listings)
  • Apply CountVectorizer to combined text fields
  • Apply classification models
    • Logistic Regression
    • Random Forest
    • Naive Bayes
    • XGBoost

Results

Logistic Regression performed best on the validation data, detecting 78% of fraudulent listings, with a false postive rate of 20%.

About

Applying classification tools to detect fraudulent job postings based on text features. My third project as part of the Metis data science bootcamp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published