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

Fix movielens 10m #156

Closed christiangnrd closed 2 years ago

christiangnrd commented 2 years ago

The 10m dataset seems to have some weird entries that mess up parsing with quotes, so I turned it off for that one. Should finally fix issue #151.

CarloLucibello commented 2 years ago

cool, thanks!