Gleb Bazhenov
Gleb Bazhenov
Could someone help me to fix the problems with the imports of `pandas`, `sklearn` and `yaml` that are required in the implemented class? I do not understand how to organize...
> Could someone help me to fix the problems with the imports of `pandas`, `sklearn` and `yaml` that are required in the implemented class? I do not understand how to...
There are also some linter issues with types, but they occur not only in `torch_geometric/datasets/graphland.py`, as I understand. Can we skip them if all other tests pass?
@rusty1s @akihironitta @wsad1 I wanted to kindly ping regarding this PR and share an update: GraphLand benchmark has been accepted to NeurIPS this year, which I believe highlights its potential...
@puririshi98 Thanks for picking up our PR! I have managed to fix the linter issues and also added an example on using GraphLand datasets for node property prediction. Hope this...
@puririshi98 Here are the commands I have executed staying at the root of `pytorch_geometric` repository: ``` > docker run --gpus all -it --network=host --rm --mount type=bind,source=(pwd),target=/workspace nvcr.io/nvidia/pyg:25.09-py3 bash > pip...
@akihironitta Thanks for your comments! I have solved those problems with copying objects.
@akihironitta @puririshi98 Excuse me, just wanted to know if anything else is required from my side in order to get this PR merged. Thanks for your help!
Hi everyone! I have pushed an update that adds the default preprocessing for the introduced datasets. It looks like the CI is failing, but it seems to be an unrelated...