JuliaML / MLDataUtils.jl

Utility package for generating, loading, splitting, and processing Machine Learning datasets
http://mldatautilsjl.readthedocs.io/
Other
102 stars 20 forks source link

Refactor in 0.5 to new Array additions #8

Closed Evizero closed 7 years ago

Evizero commented 8 years ago

This package would benefit a lot from the new views that are introduced in 0.5. This should allow array views even for randomly shuffled arrays (where currently one has to copy).

I have to think about this a little more but I definitely need to look into this

Evizero commented 7 years ago

done in #14