-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Bi-/coclustering API prevents scalability #2484
Copy link
Copy link
Closed as not planned
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practicesNeeds DecisionRequires decisionRequires decisionmodule:cluster
Description
The biclustering and coclustering estimators promise to store boolean arrays rows_ and columns_, of size n_clusters * n_samples and n_clusters * n_features, respectively, and convert these to indices only on demand. For use with large, sparse matrices and large numbers of clusters, these should be arrays of indices rather than boolean masks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practicesNeeds DecisionRequires decisionRequires decisionmodule:cluster