/estimations-api

API for estimating Loss vs Price curve

Primary LanguageJupyter Notebook

Shortest-multi-run algorithm.

Crowd-based Multi-Predicate Screening of Papers in Literature Reviews, The Web Conference (WWW 2018)

Authors: Evgeny Krivosheev, Fabio Casati and Boualem Benatallah Keywords: crowdsourcing, classification, systematic reviews

Python 3.6

  1. Install all dependences:
    pip install -r requirements.txt

  2. Run flask application:
    $ export FLASK_APP=flask_app.py
    $ flask run