Following #6245, many operations will be done with 64 bits indices in UMAP. Optimally, 32 bits indices should instead be used for smaller datasets. This issue is a reminder to implement a dispatching mechanism that depends on the number of rows in the input dataset.
Following #6245, many operations will be done with 64 bits indices in UMAP. Optimally, 32 bits indices should instead be used for smaller datasets. This issue is a reminder to implement a dispatching mechanism that depends on the number of rows in the input dataset.