-
Notifications
You must be signed in to change notification settings - Fork 565
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
[REVIEW] - Adding example docstrings for cuML - PCA, TSVD, and DBSCAN algos #1
Conversation
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.
so far it looks good to me with one little comment
docs/source/conf.py
Outdated
# The short X.Y version. | ||
version = '0.0.1' | ||
# The full version, including alpha/beta/rc tags. | ||
release = '0.0.1' |
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.
'alpha' status should be reflected here
@dantegd updated with fix for your version comment, added more doc-strings and convenience scripts for building the doc htmls. |
Latest version looks good, merging. |
- indented comments properly - avoided some implicit compiler issued typecasts - refactored to adding the correct API declaration of the implementation in metrics.hpp - refactored into using deviceAllocators wherever possible - added `CUDA_CHECK(cudaStreamSynchronize(stream))` at suspected places
- refactored code to avoid excess spacing - avoided the raw numerically unstable computations of tanh and arctanh - exposed the tanh and arctanh functions available in cuda toolkit to cuml - removed redundant cudaStreamSynchronize statements
- optimized all the kernels spanning each: AR, MA; for both transform and inverse transform; for all the 4 (p,q) values
Adding the KPSS stationarity test as a prim inside cuML
Add serialization support to cuML's `Array`
[WIP] Failing case for rf accuracy test
…tests [REVIEW] Adding pytest w/ explicit random seed.
Automated benchmark
Merge latest commits from rapidsai/cuml: branch-23.06
Update dependencies.yaml test_notebooks to include dask_ml
No description provided.