JuliaML / MLPreprocessing.jl

Other
15 stars 2 forks source link

Julia 1.x Compatibility #10

Open Sinansi opened 4 years ago

Sinansi commented 4 years ago

Error on Julia 1.2

ERROR: The following package names could not be resolved: MLJPreprocessing (not found in project, manifest or registry) Please specify by known name=uuid.

Please update the package to Julia 1.2

I find it overwhelming to call Python for the most basic functions in Machine Learning. Unfortunately, only few Julia libraries are upgraded to the latest version of Julia.

Thank you!

oxinabox commented 4 years ago

The preprocessing implemented in this package is incredibly simple and can generally be redone in three lines or less, So I don't see why you would use PyCall for it. :-)

But yes, this should be upgraded. It probably just needs a Project.toml added.