-
**Is your feature request related to a problem? Please describe.**
## High Priority
### `GetJsonObject`/`get_json_object`
get_json_object is being traced by a separate epic. One of them is in the sp…
-
Most RAPIDS projects measure coverage in Python. Though it appears not all measure code coverage in Cython. However there is lots of Cython code in RAPIDS. So it would be ideal to capture this in our …
-
## Description
Created from @bdice's suggestion at https://github.com/rapidsai/cudf/pull/15245#discussion_r1617517646.
Some RAPIDS libraries do not have a direct CUDA dependency, but we're still…
-
This is a tracking issue for a bug observed in [cuGraph PR 4088](https://github.com/rapidsai/cugraph/pull/4088), which adds CUDA 12.2 support.
The error log looks like this:
```
22/28 Test #20:…
bdice updated
8 months ago
-
Hello! What version of the `cuspatial` package are you actually using?
In instruction Docker image `rapidsai/rapidsai:cuda11.5-runtime-ubuntu20.04-py3.8` is used which has `rapids` of version `23.0…
-
=> ERROR [6/9] RUN conda install -y -c rapidsai -c conda-forge -c nvidia cudatoolkit=12.1 cuml=23.08 && c 393.8s
------
> [6/9] RUN conda install -y -c rapidsai -c conda-forge -c nvidia cud…
-
Currently this is making use of `pynvml` in a few places:
https://github.com/rapidsai/deployment/blob/3b6a9916844fe6b4acd74f4cc87f294d9940d2ce/source/guides/mig.md?plain=1#L33
https://github.com…
-
To make it easier to catch and fix deprecations in RAPIDS projects, it is worth considering converting deprecation warnings to errors on CI. That way deprecations fail loudly and we are able to catch …
-
**# When I run T-DESEQ2 in bulk RNA sequencing analysis.**
treatment_groups=['4-3','4-4']
control_groups=['1--1','1--2']
result=dds.deg_analysis(treatment_groups,control_groups,method='DEseq2')
…
-
In the 2021-03-26 nightly (and perhaps earlier), `cuml.dask.neighbors.KNeighborsClassifier` fails during `fit` on dask array input if the arrays are backed by CuPy.
```python
from distributed im…