JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
185 stars 63 forks source link

fix for handling tuples in the latest Julia #16

Closed jumutc closed 9 years ago

jumutc commented 9 years ago

A fix for https://github.com/JuliaStats/MLBase.jl/issues/15 with tuples.

jumutc commented 9 years ago

I have introduced @compat to fix the problem with Julia 0.3-

lindahua commented 9 years ago

Thanks