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

MNT Removes unused optim_batch_size from UMAP's docstring #4732

Merged

Conversation

thomasjpfan
Copy link
Contributor

Closes #4725

#3848 removes the usage of optim_batch_size in code. This PR removes the parameter from the docstring and in UMAPParams.

@thomasjpfan thomasjpfan requested a review from a team as a code owner May 12, 2022 16:50
@GPUtester
Copy link
Contributor

Can one of the admins verify this patch?

@github-actions github-actions bot added the Cython / Python Cython or Python issue label May 12, 2022
@cjnolet
Copy link
Member

cjnolet commented May 12, 2022

ok to test

@cjnolet cjnolet added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 12, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #4732 (2a43fd1) into branch-22.06 (d01c591) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           branch-22.06    #4732   +/-   ##
=============================================
  Coverage         79.89%   79.89%           
=============================================
  Files               180      180           
  Lines             11371    11371           
=============================================
  Hits               9085     9085           
  Misses             2286     2286           
Flag Coverage Δ
dask 45.45% <ø> (ø)
non-dask 69.51% <ø> (ø)

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 d01c591...2a43fd1. Read the comment docs.

@dantegd
Copy link
Member

dantegd commented May 13, 2022

Thanks for the fix @thomasjpfan !

@dantegd
Copy link
Member

dantegd commented May 13, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 757955d into rapidsai:branch-22.06 May 13, 2022
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
)

Closes rapidsai#4725

rapidsai#3848 removes the usage of `optim_batch_size` in code. This PR removes the parameter from the docstring and in `UMAPParams`.

Authors:
  - Thomas J. Fan (https://github.com/thomasjpfan)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#4732
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] missing parameter "optim_batch_size" in UMAP class constructor
5 participants