-
**Describe the bug**
Writting large DataFrames to disk fails and gets memory error:
>>>df.to_parquet('myfile.parquet')
>>>RuntimeError: CUDA error at: /home/giba/anaconda3/envs/rapids-22.02/include…
-
I would be interested in using pytorch as a backend for xarrays - because:
a) pytorch is very similar to numpy - so the conceptual overhead is small
b) [most helpful] enable having a GPU as the und…
-
## Environment information (required)
### Diagnostics
Diagnostics output
``````
--- check: autoidentify
INFO: diagnose_tensorboard.py version e43767ef2b648d0d5d57c00f38ccbd38390e38da
-…
-
**Describe the bug**
I am running into an issue with using ridge regressor in the cuml library. When using the solver = 'cd', an error appeared that said the following:
"no algorithm with this id has …
-
**Describe the bug**
When using cudf.pandas and iterating over the dtypes of a dataframe, categorical dtype objects are reported as `cudf.CategoricalDtype` and not `pandas.CategoricalDtype`, causing `…
-
**Describe the bug**
DBScan will produce different results when using the cosine metric if the input vectors are normalized or not.
**Steps/Code to reproduce bug**
```python
import numpy as np
…
-
When using `get_buffers()` on an [interchange protocol](https://data-apis.org/dataframe-protocol/latest/API.html) string column of size 0, an error raises. Mind I might be constructing string columns …
-
**Kernel Restarting (kernel died)**
I use a laptop for clustering with HDBSCAN.
Video card: Nvidia 3050 4GB Laptop
Windows 11 Home WSL2 Ubuntu 20.04.5 LTS
Installed Rapids in WLS using minic…
-
I'm running into a pretty cryptic problem where building pytensor@2.12.3 fails with missing numpy C libraries even though building numpy directly succeeds. I have the pretty much same setup as the cro…
-
**Describe the bug**
I was benchmarking the NearestNeighbors code to see which algorithm was faster for looking up neighbors of a new point. The code below produces output for the 'brute' algorithm, …