Skip to content
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

Merged
merged 3 commits into from
Jun 1, 2021

Conversation

lowener
Copy link
Contributor

@lowener lowener commented May 28, 2021

Closes #3748.
This will fix the UMAP argument in the Python and C++ side to stay consistent.

@lowener lowener requested review from a team as code owners May 28, 2021 22:10
@github-actions github-actions bot added CUDA/C++ Cython / Python Cython or Python issue labels May 28, 2021
@lowener lowener added 3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change and removed bug Something isn't working labels May 28, 2021
@@ -871,7 +881,7 @@ class UMAP(Base,
"a",
"b",
"target_n_neighbors",
"target_weights",
"target_weight",
Copy link
Member

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?

@dantegd dantegd added 4 - Waiting on Author Waiting for author to respond to review and removed 3 - Ready for Review Ready for review by team labels May 29, 2021
Copy link
Contributor

@viclafargue viclafargue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@caryr35 caryr35 added this to PR-WIP in v21.06 Release via automation Jun 1, 2021
@lowener lowener added 4 - Waiting on Reviewer Waiting for reviewer to review or respond bug Something isn't working and removed 4 - Waiting on Author Waiting for author to respond to review labels Jun 1, 2021
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.06@3e89f04). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.06    #3914   +/-   ##
===============================================
  Coverage                ?   85.08%           
===============================================
  Files                   ?      228           
  Lines                   ?    17804           
  Branches                ?        0           
===============================================
  Hits                    ?    15149           
  Misses                  ?     2655           
  Partials                ?        0           
Flag Coverage Δ
dask 47.47% <0.00%> (?)
non-dask 77.30% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3e89f04...0b78a3f. Read the comment docs.

Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code owner approval

@dantegd
Copy link
Member

dantegd commented Jun 1, 2021

@gpucibot merge

Copy link
Member

@dantegd dantegd left a 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

v21.06 Release automation moved this from PR-WIP to PR-Reviewer approved Jun 1, 2021
@rapids-bot rapids-bot bot merged commit 595b533 into rapidsai:branch-21.06 Jun 1, 2021
v21.06 Release automation moved this from PR-Reviewer approved to Done Jun 1, 2021
@lowener lowener deleted the 21.06-umap-typo branch June 1, 2021 22:26
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - Waiting on Reviewer Waiting for reviewer to review or respond bug Something isn't working CUDA/C++ Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[BUG] Typo in UMAP
4 participants