-
Notifications
You must be signed in to change notification settings - Fork 554
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
Provide docs for cuml.accel command line feature #6322
base: branch-25.04
Are you sure you want to change the base?
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
docs/source/0cc.rst
Outdated
The same functionality is available in Jupyter notebooks using the | ||
following magic at the beginning of the notebook (before other imports): | ||
|
||
.. code-bloc:: jupyter |
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.
Users can also explicitly turn it on, correct?
import cuml
cuml.accel.install()
correct ?
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.
Yep! Will add that as well.
No idea how that random |
This reverts commit e17cd69.
KMeans limitations and comparison
Document NearestNeighbors incompatibilities
Add 0cc documentation for `decomposition` models
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
DBSCAN limitation docs
0cc hdbscan docs
No description provided.