-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugA bug confirmed by the core teamA bug confirmed by the core team
Description
orange3/Orange/clustering/kmeans.py
Line 29 in 1eb9b69
| if len(X) <= 5000: |
len(X) should be X.shape[0] beacause it raise error sparse matrix length is ambiguous; use getnnz() or shape[0] when use tf-idf sparse matrix with Kmeans
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA bug confirmed by the core teamA bug confirmed by the core team