GithubHelp home page GithubHelp logo

skillquery-backend's Introduction

SkillQuery

This project was developed with the goal of accumulating the large amount of of open-source job description data into a single location.

If you wish to contribute there are a few things that the project is missing please see the needed Contributions below.

Data Collection

Data was collected using a Selenium web crawler Every available job posting correlated to the term "Data Science" was gathered. Exact procedure can be found in the get_data notebook

A data pipeline was then integrated. The pipeline scrapes data and walks it through preprocess all the way to model prediction, making database calls as needed. If you wish to apply the pipeline yourself please see the ReadMe in the pipeline directory.

Data Cleansing

Multiple cleansing procedures such as;

  • Removing major punctuation marks
  • Formatting data into a Pandas readable format
  • Lemmatisation
  • Appropriately splitting the data
  • Elimination of unrelated roles

Procedures can be found in within the formatting notebook and are streamlined in the pipeline.

Modeling

Manually finding qualifications of roles within data(404 job postings) would be extremely time inefficient and cumbersome. Therefore, natural language processing was used to differentiate qualification sentences from general job description sentences.

A wide variety of models were tested and interpreted

  • Naive Bayes classifier
  • Linear Kernel Support Vector Machine
  • Gaussian Radial Basis Kernel Support Vector Machine
  • Long Term Short Term Memory Neural Network
  • BERT transfer learning

Results were stagnant for both SVM models and Naive Bayes Classifier(~88% accuracy on test set). Unfortunantly LSTM network did not work well with the data, achieving the lowest accuracy yet of 83%. BERT transfer learning was found to be extremely accurate when used for text classification(94% accuracy), and will be used in production.

Contributions

There are a few contributions that could be easy to add that I have not have had time to do, if you wish to implement them you may create a pull request.

  • More keyword selections like this one for education
  • More plots and analytics to be added to the dashboard
  • Bigram/n-gram analysis

skillquery-backend's People

Contributors

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