ObjectIOMixin#
- class scikitplot.annoy.ObjectIOMixin[source]#
Persistence for the Python object (Index/Annoy alias), not the raw Annoy index file.
This relies on __reduce__ from PickleMixin, so it stays stable across pickle/joblib/cloudpickle.
Persistence for the Python object (Index/Annoy alias), not the raw Annoy index file.
This relies on __reduce__ from PickleMixin, so it stays stable across pickle/joblib/cloudpickle.