-
**Describe the bug**
Exception is raised when concatenating a single level index frame with a multiIndex frame
**Steps/Code to reproduce bug**
```python
>>> midx = cudf.MultiIndex.from_tuples([(…
-
**Describe the bug**
Attempting to compare a `DatetimeIndex` and `RangeIndex` using `Index.equals()` causes a `RuntimeError`, seemingly failing on `cudf._lib.cpp.binaryop.binary_operation()`.
**St…
-
## Description
Working on #31, I found that `cudf` was carrying a dependency on `setuptools` that it didn't need. See https://github.com/rapidsai/cudf/pull/15736.
Noticed something similar in `c…
-
Jaccard now supports weighted edges. Need a notebook to replace or add to existing notebook to demonstrate it.
Possible using the dining tables dataset.
notebooks/algorithms/link_prediction/Jaccar…
-
### Version
24.06.00a42
### Which installation method(s) does this occur on?
Conda
### Describe the bug.
When changing the parameter `random_state` for `cugraph.leiden` the detected clusters are …
-
### How would you describe the priority of this documentation request
High
### Please provide a link or source to the relevant docs
https://docs.rapids.ai/api/cugraph/nightly/installation/source_bu…
-
### Version
22.12
### Which installation method(s) does this occur on?
Conda
### Describe the bug.
[BUG]: Adding vector columns with two types fails in PG
Related cudf issue: https:/…
-
**Describe the solution you'd like and any additional context**
In terms of the suggestion from @seunghwak in [QST] Build a network based on stochastic_block_model by cuGraph #2681], we propose this …
-
### Version
23.12.00
### Which installation method(s) does this occur on?
Pip, Source
### Describe the bug.
cannot build `libcugraph`/`pylibcugraph` from source (nor pip)
several obs…
-
We currently seem to failing with TF32 and will need to update our tests to support that.
```
> assert torch.allclose(out1, out2, atol=1e-06)
E AssertionError: assert False
E …