Cedric St-Jean
2016-03-04 18:47:55 UTC
Hi,
I am working on a library to bring the scikit-learn interface to Julia (
https://github.com/cstjean/ScikitLearn.jl). It's mostly a wrapper around
scikit-learn, but I had to translate some code to make it possible to
define new estimators in Julia. Here's a translated example:
https://github.com/cstjean/ScikitLearn.jl/blob/master/examples/Pipeline_PCA_Logistic.ipynb
I would like to call it ScikitLearn.jl. Can I?
Also, can I assume that the scikit-learn documentation is covered by the
BSD license? The blurb at the bottom of each scikit-learn.org page suggests
that it is, but it's not entirely clear.
Best,
Cédric
I am working on a library to bring the scikit-learn interface to Julia (
https://github.com/cstjean/ScikitLearn.jl). It's mostly a wrapper around
scikit-learn, but I had to translate some code to make it possible to
define new estimators in Julia. Here's a translated example:
https://github.com/cstjean/ScikitLearn.jl/blob/master/examples/Pipeline_PCA_Logistic.ipynb
I would like to call it ScikitLearn.jl. Can I?
Also, can I assume that the scikit-learn documentation is covered by the
BSD license? The blurb at the bottom of each scikit-learn.org page suggests
that it is, but it's not entirely clear.
Best,
Cédric