snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 397 forks source link

Using a custom dataset #296

Closed Cheril311 closed 2 years ago

Cheril311 commented 2 years ago

How do you prepare a obg dataset from a csv file?

weihua916 commented 2 years ago

Try our dataset saver: https://github.com/snap-stanford/ogb/blob/master/ogb/io/README.md

Cheril311 commented 2 years ago

In the last section, what do you mean by sending those files to you? How should they be shared

weihua916 commented 2 years ago

For your use case, you only need to do until section 8. The last section is for people to contribute their datasets

Cheril311 commented 2 years ago

cool, thanks a lot