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

Replace DataFrames with Tables #46

Open oxinabox opened 5 years ago

oxinabox commented 5 years ago

So we can work with all types that implement the Tables.jl API.

I think this will solve #39 as a side-effect, or at least will be solid progress towards that

ericphanson commented 3 years ago

This would also fix the compat issue of https://github.com/JuliaML/MLDataUtils.jl/pull/59

ppalmes commented 3 years ago

is there any fix?

oxinabox commented 3 years ago

No. @JuliaRegistrator register