JuliaStats / MLBase.jl

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

Port to 0.7/1.0 #44

Closed lsindoni closed 6 years ago

lsindoni commented 6 years ago

An update might be in order. Tests are passing for 0.7, but the package fails to precompile in 1.0.

lsindoni commented 6 years ago

I'm working on this, but a requirement is to have IterTools ready for the upgrade.

ararslan commented 6 years ago

I believe @iamed2 has IterTools (mostly?) working on Julia 0.7/1.0.

iamed2 commented 6 years ago

IterTools works on 0.7 and 1.0

lsindoni commented 6 years ago

Ok, I'll do the final checks and prepare the PR.