-
Notifications
You must be signed in to change notification settings - Fork 194
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
[FEA] Add distance epilogue for NN Descent #2364
[FEA] Add distance epilogue for NN Descent #2364
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a minor suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jinsolp for the PR, it looks good to me!
The only issue is that we are moving nearest neighbor code to cuVS, I have added a note to rapidsai/cuvs#170 to track this.
Thank you |
/ok to test |
/ok to test |
/ok to test |
1 similar comment
/ok to test |
/merge |
Adding distance epilogue to NN Descent.
Planning to use them for the following use cases as of now;
L2SqrtExpanded
distance metric, bysqrt
-ing the current supported metric (L2Expanded
) of NN Descent in the distance epilogue. (for usage with UMAP - related PR here)