-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Update Pairwise Distances Reductions' documentation #27525
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
DOC Update Pairwise Distances Reductions' documentation #27525
Conversation
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
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.
Apart from the authors 😆
See: scikit-learn#20813 Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
# x | | x | ||
# +-----------⊳ ArgKmin{32,64} RadiusNeighbors{32,64} ⊲-------+ | ||
# | | ∆ ∆ | | | ||
# ArgKminClassmode{32,64} | | | | RadiusNeighborsClassMode{32,64} # noqa: E501 |
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.
ArgKminClassMode
is the dispatcher for ArgKminClassmode{32, 64}
. I'm not sure where to put that information in the diagram, without getting too confusing.
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.
I proposed something in a198103.
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
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
…#27525) Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Reference Issues/PRs
Part of #25888.
What does this implement/fix? Explain your changes.
Since I do not have as much bandwidth for scikit-learn as before, I am wondering how we can continue to actively maintain a shared understanding and ownership of the Private Distances Reductions' submodule.
There are already a few external resources out, but they are not entirely up to date, and to me it is more appropriate to actually have pieces of knowledge sit next to the actual implementations.
Currently this PR updates to the documentation of the private Pairwise Distances Reductions' sub-module to reflect the latest changes.
What do you think? Do you have any suggestions to help in this regards?
Any other comments?