8000 Port `HDBSCAN` to `InteropMixin`/`ProxyBase` by jcrist · Pull Request #6916 · rapidsai/cuml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Port HDBSCAN to InteropMixin/ProxyBase #6916

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

Merged
merged 3 commits into from
Jun 18, 2025

Conversation

jcrist
Copy link
Member
@jcrist jcrist commented Jun 17, 2025

This ports our HDBSCAN to be based on InteropMixin instead of UniversalBase. It adds a test for sklearn interop to ensure we're converting correctly. It also moves the cuml.accel wrapper to be based on ProxyBase instead of ProxyMixin. Since this was the last model using the old ProxyMixin base class, we also delete ProxyMixin and the respective tests.

Fixes #6711.

@jcrist jcrist requested a review from a team as a code owner June 17, 2025 18:20
@jcrist jcrist requested review from csadorf and bdice June 17, 2025 18:20
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jun 17, 2025
@jcrist jcrist added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jun 17, 2025
@betatim
Copy link
Member
betatim commented Jun 18, 2025

/merge

@rapids-bot rapids-bot bot merged commit a203dd8 into rapidsai:branch-25.08 Jun 18, 2025
67 checks passed
@jcrist jcrist deleted the port-hdbscan branch June 18, 2025 15:27
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.

Port hdbscan proxies to use ProxyBase
2 participants
0