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

Basic Usage example fails #209

Closed jco255 closed 1 year ago

jco255 commented 1 year ago

following the instructions under Basic Usage...

julia> using MLDatasets julia> trainset = MNIST(:train) ERROR: MethodError: objects of type Module are not callable

CarloLucibello commented 1 year ago

it is likely that you have a very outdated version of the library, try to update

jco255 commented 1 year ago

you are right, i'm the worst