JuliaML / MLDatasets.jl

Utility package for accessing common Machine Learning datasets in Julia
https://juliaml.github.io/MLDatasets.jl/stable
MIT License
228 stars 47 forks source link

Potential edge mismatch in TUDatasets? #197

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 1 year ago

https://github.com/JuliaML/MLDatasets.jl/blob/b9a6f7141c604f1f86189540e0120a77670c3a95/src/datasets/graphs/tudataset.jl#L96-L98

should be

 source, target = source[p], target[p]

?

CarloLucibello commented 1 year ago

yes, definitely wrong