This repository implements a Jupyter widget for interactively labelling a training set to be used in a classifier:
To run the code:
- Install the dependencies with
pip install -r requirements.txt
- Run the notebook
demo.ipnyb
This has only been tested in a Python 3 environment.
This repository accompanies my talk Reduce friction in your data science workflows with Jupyter widgets at PyconUK 2017. The code is in labeller.py.