Giter VIP home page Giter VIP logo

privatejobmatch's Introduction

PrivateJobMatch

A repository containing many components used to build and test PrivateJobMatch using Python 2.7

Thesis: https://arxiv.org/abs/1905.04564

Long-Paper @ RecSys 2019: x


Dataset Generator

  • Small script to generate synthetic candidate-employer preferences using the function createDatasets in Dataset_Generator.py
  • Preferences are reasonably decided based on a utility function (assigned type).
  • Specify the number of candidates and employers, n and m respectively.

Job Market Simulator

  • Code for simulating a job market.
  • Employers offer jobs to candidates using a descending order of candidate priority, which can be inputted in the form of:
    • Raw preferences (as used in today's decentralized job market).
    • MMDAA match output (centralized job market).

Low-Rank Matrix Factorization

  • Code for performing LMF on a sparse dataset. See LMF_Runner.py
  • Included a utility function, sparsifyDataset, for converting a dense dataset into a sparse dataset.

Multi-Match Deferred Acceptance Algorithm

  • MMDAA.py contains functions for various tasks.
  • setUpInputFile will create a text file in the required format/structure for parsing when setting up the data structures (preprocessing) for running the MMDAA.
    • See exampleInput.txt for required preference structure.
    • Takes two dense preference files (CSV format) as input. Outputs a text file.
  • mainRunner loads the input text file that holds the required preference data, and runs the MMDAA. Saves the output in CSV files, as well as a text file.
  • runMetric is a function used to select a metric to calculate, given match outputs and preference inputs.

Results

  • A folder containing experimental results (displacement, withholdings, vacancy) in the form of spreadsheets for various datasets.

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.