cstjean / ScikitLearn.jl

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

@pyimport foo is deprecated #83

Open cossio opened 4 years ago

cossio commented 4 years ago

I get this warning:

┌ Warning: `@pyimport foo` is deprecated in favor of `foo = pyimport("foo")`.

when running the example https://github.com/cstjean/ScikitLearn.jl/blob/master/examples/Classifier_Comparison.ipynb.

cstjean commented 4 years ago

Yes, that warning is correct, thank you for the report. Would you like to make a PR?