-
Notifications
You must be signed in to change notification settings - Fork 203
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 RAFT documentation #1717
Conversation
lowener
commented
Aug 4, 2023
- Various documentation updates on C++ and Python doc, mainly for raft::neighbors
- Add QPS vs Recall plot
Signed-off-by: Mickael Ide <mide@nvidia.com>
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.
Overall I think the changes look great. I'm holding off on approving only because of the format changes for the code examples in the python docs. We had originally shifted these examples to a different format and I don't know if we want to revert them.
cc @benfred @galipremsagar for their thoughts here.
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.
Changes LGTM! If we are choosing to document simple param structs at the class level, we should be as consistent as possible and make sure we do it everywhere.
Looks like the doctest pytests are failing. We should be able to merge after we fix those.
/merge |
Signed-off-by: Mickael Ide <mide@nvidia.com>