Datasets

GraphNeuralNetworks.jl doesn't come with its own datasets, but leverages those available in the Julia (and non-Julia) ecosystem. In particular, the examples in the GraphNeuralNetworks.jl repository make use of the MLDatasets.jl package. There you will find common graph datasets such as Cora, PubMed, Citeseer, TUDataset and many others.

GraphNeuralNetworks.jl provides the mldatasets2gnngraph method for interfacing with MLDatasets.jl.

Missing docstring.

Missing docstring for mldatasets2gnngraph. Check Documenter's build log for details.