cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 75 forks source link

DataFrames v0.11.6 #42

Closed KadeG closed 6 years ago

KadeG commented 6 years ago

ScikitLearn is causing DataFrames to hang at version v0.10.1.

cstjean commented 6 years ago

The master supports DataFrames 0.11. Use Pkg.checkout("ScikitLearn") and it should fix the issue.

I can't tag this package yet (for reasons uninteresting), but hopefully soon.

KadeG commented 6 years ago

Alrighty. Thanks!

cstjean commented 6 years ago

I'll reopen until it's tagged in case someone else has the same problem.

cstjean commented 6 years ago

Tagged! Let me know if you have issues.