"example gallery" link from the readme doesn't work:
https://github.com/cstjean/ScikitLearn.jl/blob/master/docs/examples.md
Seemingly the package works, and I got up to:
accuracy: 0.9733333333333334
The docs say 0.96, for some reason, so I was going to update, but the "Edit" link in the right corner doesn't work:
https://github.com/cstjean/ScikitLearn.jl/edit/master/docs/quickstart.md
https://scikitlearnjl.readthedocs.io/en/latest/models/#installation
Importing the Python models requires Python 2.7 with numpy, and the scikit-learn library. This is easiest to get through Conda.jl, which is already installed on your system.
I'm pretty sure I (only) Python3 scikitlearn installed (and only for 3.x still supported?)
I think I actually have Conda.jl, but while it's used by default on Windows I don't think it is on Linux.
Maybe change to Python 3.x or later (for some appropriate x, or just have x; and if Python 2.7 still works and you want it supported, "2.7 or 3.x" and later").
"JLD.jl is the preferred way of saving ScikitLearn.jl models."
I don't care too much either way, but should JLD2.jl also work and be mentioned?
"example gallery" link from the readme doesn't work:
https://github.com/cstjean/ScikitLearn.jl/blob/master/docs/examples.md
Seemingly the package works, and I got up to:
The docs say 0.96, for some reason, so I was going to update, but the "Edit" link in the right corner doesn't work:
https://github.com/cstjean/ScikitLearn.jl/edit/master/docs/quickstart.md
https://scikitlearnjl.readthedocs.io/en/latest/models/#installation
I'm pretty sure I (only) Python3 scikitlearn installed (and only for 3.x still supported?)
I think I actually have Conda.jl, but while it's used by default on Windows I don't think it is on Linux.
Maybe change to Python 3.x or later (for some appropriate x, or just have x; and if Python 2.7 still works and you want it supported, "2.7 or 3.x" and later").
"JLD.jl is the preferred way of saving ScikitLearn.jl models."
I don't care too much either way, but should JLD2.jl also work and be mentioned?