dask-cuml
dask-cuml copied to clipboard
[ARCHIVED] Dask support for multi-GPU machine learning algorithms --> Moved to cuml
Results
2
dask-cuml issues
Sort by
recently updated
recently updated
newest added
This PR includes the dask RF classifier. To run the code, cuml from the following link should be installed; https://github.com/oyilmaz-nvidia/cuml/tree/fea-update-predict Once this PR is approved, another PR for the the...
1. Because dask-cudf has the dependencies like dask, distributed, python and cudf, we can remove them as direct dependencies of dask-cuml. 2. 'test' section can check import of dask_cuml instead...