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().
This seems to more sense as
SupervisableDataset
keeps a centralized version of the dataset, whereasBokehDataAnnotator
is one of theexplorers
that are connected to it. This change also allows consistent and cleaner file I/O withSupervisableDataset.to_pandas()
.