Jupyter active learning annotator widget.
Example for MNIST dataset.
< short description. >
- Python 3.6 (has not been tested with earlier versions)
- numpy (1.12.1)
- pandas (0.20.1)
- sklearn (0.18.1)
- scipy (0.19.0)
- Pillow (4.2.1)
- Jupyter (4.3.0)
- LibAct from the fork
(
pip install git+https://github.com/windj007/libact
)
The Jupyter widgets are not enabled by default. To install and activate them do the following.
pip install ipywidgets
jupyter nbextension enable --py --sys-prefix widgetsnbextension
For further details, please, refer to jupyter-widgets repo.