[FEA] Add new lanczos solver to UMAP for spectral initialization #6045
Labels
? - Needs Triage
Need team to review and classify
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
Documentation for future work:
raft::sparse::solver::lanczos_compute_smallest_eigenvectors
So far, I've verified that the current spectral initialization gives random noise embeddings. One easy way to check this is to use a toy dataset from sklearn such as S-curve, comment out the UMAP code after spectral initialization and plot it.
Once the new solver is integrated the spectral initialization should be fixed.
The text was updated successfully, but these errors were encountered: