cstjean / ScikitLearn.jl

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

Move CI to GitHub Actions #98

Closed giordano closed 3 years ago

giordano commented 3 years ago

I guess tests will fail because of https://github.com/cstjean/ScikitLearn.jl/pull/96#issuecomment-825273831, but the version of the package can be forced with Conda.add("scikit-learn=0.23"): https://discourse.julialang.org/t/conda-jl-specify-library-version/59915/2

giordano commented 3 years ago

Oh wow, tests are passing on Ubuntu here and it's installing scikit-learn 0.24.1

cstjean commented 3 years ago

Well, that's very good to know! 🤔

giordano commented 3 years ago

BTW, to build documentation you need to setup DOCUMENTER_KEY:

julia> using DocumenterTools

julia> DocumenterTools.genkeys(user="cstjean", repo="ScikitLearn.jl")