-
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
Adding benchmark notebook for hdbscan soft clustering #5103
Adding benchmark notebook for hdbscan soft clustering #5103
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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, can we also add a visualization of those benchmark results with a graphic?
Also tagging @beckernick here for awareness. This notebook is essentially a modified version of your benchmarking script from the HDBSCAN soft clustering blog. It's super useful, though. |
@cjnolet from a content perspective, this notebook will work great for the website benchmark. Once its merged I will find a system to run this and rapidsai/cugraph#3135 and the cuDF benchmark @quasiben comes up with. |
Co-authored-by: Micka <9810050+lowener@users.noreply.github.com>
@lowener I think that's a great idea, maybe as a follow-on to improve the presentation. To start us out, this notebook was requested for providing a quick benchmark that can be used on the website. |
…bscan_soft_clustering_benchmark_notebook
…_benchmark_notebook' into 2302_add_hdbscan_soft_clustering_benchmark_notebook
Codecov ReportBase: 69.26% // Head: 69.04% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #5103 +/- ##
================================================
- Coverage 69.26% 69.04% -0.23%
================================================
Files 192 192
Lines 12333 12370 +37
================================================
- Hits 8543 8541 -2
- Misses 3790 3829 +39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/merge |
@exactlyallan I moved the notebook to |
Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Micka (https://github.com/lowener) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#5103
No description provided.