MLPreprocessing.jl icon indicating copy to clipboard operation
MLPreprocessing.jl copied to clipboard

Julia 1.x Compatibility

Open Sinansi opened this issue 5 years ago • 1 comments

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!

Sinansi avatar Dec 18 '19 14:12 Sinansi

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.

oxinabox avatar Dec 20 '19 00:12 oxinabox