Skip to content

Commit

Permalink
Fix datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Nov 3, 2024
1 parent 124e818 commit a13ce2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GraphNeuralNetworks/docs/src/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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/).

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

```@docs
mldataset2gnngraph
GNNGraphs.mldataset2gnngraph
```

0 comments on commit a13ce2f

Please sign in to comment.