-
Notifications
You must be signed in to change notification settings - Fork 564
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
Fix typo in umap target_weight
parameter
#3914
Conversation
@@ -871,7 +881,7 @@ class UMAP(Base, | |||
"a", | |||
"b", | |||
"target_n_neighbors", | |||
"target_weights", | |||
"target_weight", |
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.
We might need to do an exception in test_base_children_get_param_names
for the renamed parameter during 21.06, could you also create an issue to remove the parameter from 21.08 and the test exception?
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
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #3914 +/- ##
===============================================
Coverage ? 85.08%
===============================================
Files ? 228
Lines ? 17804
Branches ? 0
===============================================
Hits ? 15149
Misses ? 2655
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
code owner approval
@gpucibot merge |
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.
Actual approval where I don't leave the checkbox for comment selected
Closes rapidsai#3748. This will fix the UMAP argument in the Python and C++ side to stay consistent. Authors: - Micka (https://github.com/lowener) Approvers: - Victor Lafargue (https://github.com/viclafargue) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3914
Closes #3748.
This will fix the UMAP argument in the Python and C++ side to stay consistent.