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

Switch from error to warning for inconsistencies in TUDataset Fingerprint. #203

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 1 year ago

As mentioned in https://github.com/JuliaML/MLDatasets.jl/issues/195#issuecomment-1367701706 there are inconsistencies in raw Fingerprint dataset. This pr allows the inconsistencies to pass through with a warning.

Future TODO: Add a section in docs how to work these kind of datasets.

Closes: #195

CarloLucibello commented 1 year ago

nice, thanks! Are tests passing locally?

Dsantra92 commented 1 year ago

Tests for fingerprint running locally.