cstjean / ScikitLearn.jl

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

Julia SciketLearn installation error #89

Closed aathikm closed 3 years ago

aathikm commented 3 years ago

Pkg.add("SciketLearn")

The following package names could not be resolved:

I'd face this issue on installation process..., Please help me any one

OkonSamuel commented 3 years ago

@aathikm should be Pkg.add("ScikitLearn") instead of Pkg.add("SciketLearn")

aathikm commented 3 years ago

@OkonSamuel Thank you. I'd fix this issue