GithubHelp home page GithubHelp logo

spotmentor_challenge's Introduction

Spotmentor Assignment

Your Task

Make a classifier which takes in a job description and gives the department name for it.

  • Use a neural network model
  • Make use of a pre-trained Word Embeddings (example: Word2Vec, GloVe, etc.)
  • Calculate the accuracy on a test set (data not used to train the model)

Data Structuring

All the data required can be found in the data folder in the root of the project

There are two sources for loading your training/test data

  • For Job Description:
    docs folder contains around 1000 json files, each of which is a single job posting. You have to use the value of description field inside the jd_information field.

  • For Job Department:
    document_departments.csv file contains the mapping of document id to department name where document id is the name of the corresponding file in docs folder.

Coding Guidelines

Mandatory

  • Write your solution code in a jupyter notebook & save it in format YourName_PhoneNumber.ipynb.
  • Make sure to run all cells in notebook before submission.
  • Write clean code & mention comments, steps followed in markdown cells.
  • Update the requirements.txt with all the packages used in your code base.

Preferable

  • Adhere to PEP8 formatting
  • Use python 3
  • You can use notebook(YourName_PhoneNumber.ipynb) given in repo as a template.

spotmentor_challenge's People

Contributors

manishsahu53 avatar

Watchers

 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.