File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This package is a part of the
15
15
16
16
To install ` MLDatasets.jl ` , start up Julia and type the following
17
17
code snippet into the REPL. It makes use of the native Julia
18
- package manger .
18
+ package manager .
19
19
20
20
``` julia
21
21
Pkg. add (" MLDatasets" )
@@ -53,7 +53,7 @@ dataset MNIST:
53
53
features => 28×28×60000 Array{Float32, 3}
54
54
targets => 60000-element Vector{Int64}
55
55
56
- julia> length(d )
56
+ julia> length(trainset )
57
57
60000
58
58
59
59
julia> trainset[1] # return first observation as a NamedTuple
@@ -169,9 +169,9 @@ dataset Iris:
169
169
170
170
## Download location
171
171
172
- MLDatasets.jl is build on top of the package
172
+ MLDatasets.jl is built on top of the package
173
173
[ ` DataDeps.jl ` ] ( https://github.com/oxinabox/DataDeps.jl ) .
174
- To load the data the package looks for the necessary files in
174
+ To load the data, the package looks for the necessary files in
175
175
various locations (see
176
176
[ ` DataDeps.jl ` ] ( https://github.com/oxinabox/DataDeps.jl#configuration )
177
177
for more information on how to configure such defaults). If the
You can’t perform that action at this time.
0 commit comments