cstjean / ScikitLearn.jl

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

Complied to a deprecation warning. #57

Closed Sov-trotter closed 5 years ago

Sov-trotter commented 5 years ago

julia> @sk_import linear_model: LinearRegression ┌ Warning: getindex(o::PyObject, s::Symbol) is deprecated in favor of dot overloading (getproperty) so elements should now be accessed as e.g. o.s instead of o[:s]. │ caller = import_sklearn() at Skcore.jl:120