pavlin-policar / openTSNE

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

nearest_neighbors: remove outdated annoy docstring on pickling #215

Closed pavlin-policar closed 2 years ago

pavlin-policar commented 2 years ago

Fixes #211.

Remove the docstring altogether. The pickling behaviour now works exactly as expected.

Includes