Tyler Thomas
Tyler Thomas
I haven't had a chance to investigate this further. I've been battling carpal tunnel for a few months, and my open-source time/ability has been impacted the most.
I think this is related to https://github.com/cstjean/ScikitLearn.jl/pull/126. Does installing ScikitLearn.jl from the master branch fix this? It may be worth removing this patch because the latest Julia versions (1.8.3+) work...
`PythonCall.jl` has slightly different return/input data types that would require some massaging to get `ScikitLearn.jl` working with them. It is definitely possible. However, like you said, I am not sure...
What version of `libstdcxx` is your julia using? My best guess is that it is pulling in the version from cuda-8.0, which might be too old for our mapping. You...