cstjean / ScikitLearn.jl

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

Update to DataFrames v0.11 #36

Closed ValdarT closed 6 years ago

ValdarT commented 6 years ago

https://github.com/JuliaData/DataFrames.jl/issues/1232

cstjean commented 6 years ago

ScikitLearn has a test/REQUIRE dependency on RDatasets. Has that package been updated for 0.11? I think it's still pending.

ValdarT commented 6 years ago

Indeed. I didn't notice the extra requirements for tests.

nalimilan commented 6 years ago

RDatasets actually works with DataFrames 0.11.4, we've just fixed the dependencies on METADATA to reflect that. It will print deprecation warnings, but everything should work (waiting for a proper port).