Git Product home page Git Product logo

avinav-26th / fake-job-prediction-model Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ketanraj15/fake-job-prediction-model

0.0 0.0 0.0 1.16 MB

A python based machine learning model,which uses algorithms like the Naive Bayes algorithm and Data tree classifier algorithm,to predict whether a posted job is fake or real.

Home Page: https://fake-job-prediction.herokuapp.com/

Jupyter Notebook 100.00%

fake-job-prediction-model's Introduction

Problem

Scammers advertise jobs the same way legitimate employers do โ€” online (in ads, on job sites, and social media), in newspapers, and sometimes on TV and radio. They promise you a job, but what they want is your money and your personal information.

Model Description

Fake-Job-Predictor is a python based machine learning model, which uses algorithms like the Naive Bayes algorithm and Decision tree classifier algorithm, to predict whether a posted job is fake or real. The model is deployed over heroku and can be viewed here.

Code for all the detailed analysis and model building can be viewed here.

Technology Stacks and Libraries

  • Numpy
  • Pandas
  • matplotlib
  • Imbalanced-learn
  • wordcloud
  • Natural Language Toolkit
  • Multinomial Naive Bayes (scikit-learn)
  • Decision tree classifier (scikit-learn)
  • flask

Analysis of Dataset

The Model uses Employment Scam Aegean Dataset (EMSCAD) , which can be viewed here.

Visualizing dataset based on location

Visualizing dataset based on Experience

Visualizing common words used in the dataset using Wordcloud

Model Evaluation

Naive Bayes Approach

In the first approach, Multinomial Naive Bayes,which is one of the most popular supervised learning classifications was used for the analysis of the categorical text data.
Classification Accuracy: 0.8980769230769231
Confusion Matrix:

Decision tree Classifier

In the Second approach, Decision tree classifier was used which classifies inputs by segmenting the input space into regions.
Classification Accuracy: 0.8173076923076923
Confusion Matrix:

fake-job-prediction-model's People

Contributors

ketanraj15 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.