is there any alternative of the scikit learn in pure Julia?
I think, sci-kit learn is help in python and I found the most popular and useful algorithms.
can I get the same Julia package?
any help appreciated
is there any alternative of the scikit learn in pure Julia?
I think, sci-kit learn is help in python and I found the most popular and useful algorithms.
can I get the same Julia package?
any help appreciated
There is no sklearn in pure Julia.
models(x -> x.is_pure_julia)
: lists all models written in pure Juliathank you