Skip to content

Commit 1ae9add

Browse files
committed
Add missing import to cleanup function
1 parent d2d7bc6 commit 1ae9add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ivis/ivis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from .nn.losses import triplet_loss, is_categorical, is_multiclass, is_hinge
2323
from .nn.losses import semi_supervised_loss, validate_sparse_labels
2424
from .data.neighbour_retrieval import AnnoyKnnMatrix
25+
from .data.neighbour_retrieval.knn import cleanup_knn_index
2526

2627

2728
class Ivis(BaseEstimator):

0 commit comments

Comments
 (0)