-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update NNDescent #245
Update NNDescent #245
Conversation
I should have a closer look, but looks great so far. One thing that might need to be addressed (I forgot this when the first pull request was submitted) is the following. I don't think the current implementation of random projection forest works with any metric other than (squared) Euclidean. We might wanna raise an error or warning if metric is set to something else and |
Good call, I'll change this to prevent problematic cases :) |
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.
Small suggestion regarding the error raised.
Co-authored-by: Krsto Proroković <krstopro@yahoo.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
…ts according to the implemented changes
Closes #241