-
**Describe the bug**
cuml.cluster.HDBSCAN does not appear to support precomputed distance matrix as the documentation suggests
**Steps/Code to reproduce bug**
```
from cuml.cluster import HDBSCA…
-
See for setup details: https://github.com/dmlc/xgboost/issues/6232
Last thing in logs before hang is:
```
[1603364135.700317] [mr-dl10:19153:0] sock.c:344 UCX ERROR recv(fd=145) fai…
-
## Description
The PRs for #2 switched most RAPIDS projects' build backends to `scikit-build-core`.
Across RAPIDS repos, we have the following mix of conditions in `pyproject.toml` today:
* p…
-
I tried to compare the speed difference of the same model on CPU and GPU. Here is my code:
```
import numpy as np
import pandas as pd
import time
import cudf
import cupy as cp
from cuml.linear_model i…
-
```[tasklist]
### Tasks
- [ ] add python MG implementation
- [ ] MG unit tests
- [ ] docstring w/ example (also runs in doctest)
```
-
Add a Cosine similarity metric to cuGraph
Example:
https://docs.tigergraph.com/graph-ml/current/similarity-algorithms/cosine-similarity-of-neighborhoods-single-source
This is related to quest…
-
## Description
With the release of CMake 3.30.0, we started observing configure errors like the following across a couple RAPIDS projects:
```text
-- Configuring done (13.1s)
CMake Error at CM…
-
**Describe the bug**
I used the [rapidsai-csp-utils](https://github.com/rapidsai/rapidsai-csp-utils) to install RAPIDS and related libraries on Google Colab. I also installed `dask-cuda` via `conda`.…
-
Downstream consumers of static built versions of RAPIDS C++ projects have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs.
To resolve this issue w…
-
I am trying to setup a dataproc cluster with GPU attached, to use cuml and cudf, I followed the instruction https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/rapids/README.md
…