DOC Add hyper-parameter search example - #8095
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughAdds a new Jupyter notebook demonstrating accelerated hyperparameter search with ChangesHyperparameter Search Example
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/source/cuml-accel/examples/hyperparameter_search.ipynb`:
- Around line 32-34: Update the two benchmark sentences that read "Without
`cuml.accel`, this search takes ~4.5 minutes" and "With `cuml.accel` enabled the
same search completes in ~30 seconds" to clearly state these are example results
from a specific test machine/configuration (e.g., "On our test machine (specify
CPU/GPU, n_jobs, and other relevant config), this search took ~4.5 minutes; with
`cuml.accel` enabled it completed in ~30 seconds"), and apply the same qualified
wording to the later occurrence of the timing text (the similar lines around the
second mention) so readers understand timings are hardware/setup dependent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: fffff2cd-2ac4-4bbe-8d0d-f8b9844bee63
📒 Files selected for processing (2)
docs/source/cuml-accel/examples/hyperparameter_search.ipynbdocs/source/cuml-accel/examples/index.rst
|
/merge |
This adds a cuml.accel example that illustrates the point that using cuml.accel makes it easier to do things because you aren't interrupted by things taking forever and forever.
It uses a simple pipeline that can be fully GPU accelerated and then searches a few hyper-parameter combinations for that pipeline.