Skip to content

Commit a13ce2f

Browse files
committed
Fix datasets
1 parent 124e818 commit a13ce2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphNeuralNetworks/docs/src/datasets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
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](https://github.com/JuliaGraphs/GraphNeuralNetworks.jl/tree/master/examples) make use of the [MLDatasets.jl](https://github.com/JuliaML/MLDatasets.jl) package. There you will find common graph datasets such as Cora, PubMed, Citeseer, TUDataset and [many others](https://juliaml.github.io/MLDatasets.jl/dev/datasets/graphs/).
44

5-
GraphNeuralNetworks.jl provides the [`mldataset2gnngraph`](@ref) method for interfacing with MLDatasets.jl.
5+
GraphNeuralNetworks.jl provides the [`GNNGraphs.mldataset2gnngraph`](@ref) method for interfacing with MLDatasets.jl.
66

77
```@docs
8-
mldataset2gnngraph
8+
GNNGraphs.mldataset2gnngraph
99
```

0 commit comments

Comments
 (0)