phurwicz / hover

:speedboat: Label data at scale. Fun and precision included.
https://phurwicz.github.io/hover
MIT License
323 stars 19 forks source link

Moved exportation functionality from BokehDataAnnotator to SupervisableDataset #16

Closed haochuanwei closed 3 years ago

haochuanwei commented 3 years ago

This seems to more sense as SupervisableDataset keeps a centralized version of the dataset, whereas BokehDataAnnotator is one of the explorers that are connected to it. This change also allows consistent and cleaner file I/O with SupervisableDataset.to_pandas().