GitXplorerGitXplorer
e

defer-to-classifiers-hacker

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
496a903a59afe7befff11fb1024be863e6f1e46a

add human answer labeling.

eerip committed 2 years ago
Unverified
f7bc651c81973024a4a6a100b1cc4fff7399ce00

fix naming.

eerip committed 2 years ago
Unverified
b6943ea983ba58da6323bdf96964055262dce03c

add description.

eerip committed 2 years ago
Unverified
4a6a9fe9814325d7169f9aa37f4f6483cd6c1de9

initial commit.

eerip committed 2 years ago

README

The README file for this repository.

Running

This repo attempts to create a toy version of the teaching interface from the Teaching Humans When to Defer to a Classifier via Exemplars paper.

$ git clone git@github.com:erip/defer-to-classifiers-hacker.git
$ cd defer-to-classifiers-hacker
$ python -m venv venv && source venv/bin/activate && pip install flask datasets
$ flask run