pavlin-policar / openTSNE

Extensible, parallel implementations of t-SNE
https://opentsne.rtfd.io
BSD 3-Clause "New" or "Revised" License
1.44k stars 158 forks source link

Annoy object should be pickable #185

Closed PrimozGodec closed 2 years ago

PrimozGodec commented 3 years ago
Expected behaviour

Annoy object is pickable and not saved in a separate file.

Actual behaviour

Currently, annoy object is saved in a separate file in the working directory. It is causing problems for Orange when saving tSNE output table to pickle. https://github.com/biolab/orange3/issues/5421