Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load USEARCH matrix as scipy sparse matrix #2

Open
prihoda opened this issue May 3, 2020 · 1 comment
Open

Load USEARCH matrix as scipy sparse matrix #2

prihoda opened this issue May 3, 2020 · 1 comment

Comments

@prihoda
Copy link
Owner

prihoda commented May 3, 2020

The sparse matrix is problematic since missing values have to be 0, which is not what we want from a distance matrix. A solution might be to use the exact UMAP metric.

@prihoda
Copy link
Owner Author

prihoda commented May 3, 2020

lmcinnes, is there more information about the exact metric? Is it already implemented? I see it in the docs, but not in the code. In this tool, I am actually loading the distances as a dense numpy matrix for the reason mentioned above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant