-
After installing thriftpy2 0.5.1, the following traceback was encountered when calling `parse_fp()`:
```
...
/opt/conda/envs/test/lib/python3.9/site-packages/cugraph_service_client/cugraph_service…
-
## 🔨Work Item
**IMPORTANT:**
* This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
* DO NOT create a new…
-
Offline sampling has never had a proper API. It should be integrated into the new sampling/loading API in cuGraph-PyG.
-
I saw this was previously noted but leiden clustering using rsc.tl.leiden still yields too many clusters using rapids 24.08. Is there a better solution than downgrading to 23.04?
-
### What is your question?
Hi,
I tried to set `prevent_overlapping` to true in `cugraph.force_atlas2()` to minimise node overlap. However, this gives feature not supported exception. May I ask if the…
-
Got the following error in appveyor on Ubuntu:
![image](https://user-images.githubusercontent.com/6302961/50592546-d996d400-0e94-11e9-8ccb-d9568c115c7b.png)
-
There are some erros based on your Dockerfile.
1. cupy cuml cudf cugraph was not installed.
Here is your Dockerfile
FROM nvcr.io/nvidia/tritonserver:22.07-py3
LABEL maintainer="NVIDIA"
LABEL …
-
**Is your feature request related to a problem? Please describe.**
I'll often write:
```python
g = g.compute_cugraph('weakly_connected_components')
g = g.compute_cugraph('pager…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
absl-py 2.1.0
accelerate 0.34.2
aiofiles …
-
Who: end users, cugraph developers
What: move PropertyGraph to a separate subdir in the source tree
Why: This gives PG a place for new development with minimal disruption to existing (albeit experimen…