The Wayback Machine - https://web.archive.org/web/20220319192253/https://github.com/topics/graph-neural-networks
Skip to content
#

graph-neural-networks

Here are 756 public repositories matching this topic...

adocherty
adocherty commented Nov 27, 2019

Description

Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.

This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/

pytorch_geometric_temporal
GraphScope
siyuan0322
siyuan0322 commented Nov 17, 2021

We have several built-in datasets that can be easily loaded in one-line, located in the dataset directory of Aliyun OSS bucket graphscope, and the corresponding utility function to load them, located in python/graphscope/dataset/. We are planning to enrich the datasets continuously.

There's the procedure to add new datasets:

  1. Find a popular and appropriate dataset, adapt the format to

Improve this page

Add a description, image, and links to the graph-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graph-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more