Graph-Learning-Benchmarks / gli

🗂 Graph Learning Indexer: a contributor-friendly and metadata-rich platform for graph learning benchmarks. Dataloading, Benchmarking, Tagging, and more!
https://graph-learning-benchmarks.github.io/gli/
MIT License
42 stars 20 forks source link

enable graph classification, graph regression, link prediction and time dependent link prediction #443

Closed wood-ghost closed 1 year ago

wood-ghost commented 1 year ago

Enable methods for saving all kinds of task automatically.

Description

Creating functions for saving all kinds of task.

Motivation and Context

Users no longer need to write json files for tasks manually.

How Has This Been Tested?

The test is in test_io.py. All tests have been passed.