-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[ENH, DRAFT] Implement Precomputed distances in the Pairwise Distances Reduction framework #26032
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Adam Li <adam2392@gmail.com>
Hi @adam2392, thank you for contributing! Do you need some guidance for this contribution? |
Hey @jjerphan! Sorry been busy and I have a deadline coming up so haven't had the chance to work on this yet. I still need to review the code design, but from my initial understanding, adding precomputed distances should not be that difficult or involved, since most of the "computing distances" dispatch part is not used(?) |
No problem, focus on your deadline. We can follow-up later ; you are not under a SLA or something, I just wanted to know if my instructions were clear. |
@adam2392 I just wanted to ping and check if you were still interested in pursuing this PR. Totally fine if it is not a priority in the near future :) |
Hey @Micky774 yeah I'm interested in helping out with this push, but then got a bunch out on my plate. Once neurips rebuttal period is over I was going to revisit this. If it's urgent tho, feel free to proceed! |
Thanks for the update! No rush on our part either, just trying to get a sense of where we are at regarding backend work. Best of luck during the rebuttal period 😄 |
❌ Linting issuesThis PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling You can see the details of the linting issues under the
|
Hello @adam2392, I am checking in on the status of this PR. Thanks! |
Reference Issues/PRs
Towards: ##25888
This is just a draft and I will mark it ready for review when I am done.
What does this implement/fix? Explain your changes.
PrecomputedDistanceMatrix
subclass ofDatasetsPair
, which has the precomputed distance matrix between two pairs of arrays'precomputed'
as the metric.Any other comments?
Thanks @jjerphan for pointing me in the right direction initially with his commit at jjerphan@78b3aa4#diff-2c0fbe478f4ed2459849f7227487a1df0f7cac915508a970dd96220418ca5784