This package represents a community effort to provide a common interface for accessing common Machine Learning (ML) datasets.
In contrast to other data-related Julia packages, the focus of MLDatasets.jl
is specifically on downloading, unpacking, and accessing benchmark datasets.
Functionality for the purpose of data processing or visualization is only provided to a degree that is special to some dataset.
This package is a part of the
JuliaML
ecosystem.
Its functionality is built on top of the package
DataDeps.jl
.
Each dataset has its own dedicated sub-module. Find below a list of available datasets and links to their documentation.
To install MLDatasets.jl
, start up Julia and type the following code snippet into the REPL.
It makes use of the native Julia
package manger.
import Pkg
Pkg.add("MLDatasets")
New dataset contributions are warmly welcome. See src/Cora/Cora.jl
for an example
of a minimal implementation.
This code is free to use under the terms of the MIT license.