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

Absorb labelencoding from LearnBase and MLBase? #5

Closed Evizero closed 8 years ago

Evizero commented 8 years ago

https://github.com/Evizero/LearnBase.jl#example

This seems like the best place to have utilities for labelencoding and decoding. This would really reduce the overhead in LearnBase, since its the only reason for it to require MLBase anyhow.

cc: @tbreloff

tbreloff commented 8 years ago

+100!

On Sunday, May 15, 2016, Christof Stocker notifications@github.com wrote:

https://github.com/Evizero/LearnBase.jl#example

This seems like the best place to have utilities for labelencoding and decoding. This would really reduce the overhead in LearnBase, since its the only reason for it to require MLBase anyhow.

cc: @tbreloff https://github.com/tbreloff

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/JuliaML/MLDataUtils.jl/issues/5

Evizero commented 8 years ago

Alright. I'll do that then and adapt the license accordingly