JuliaML / MLDataUtils.jl

Utility package for generating, loading, splitting, and processing Machine Learning datasets
http://mldatautilsjl.readthedocs.io/
Other
102 stars 20 forks source link

Scale to range #45

Closed oxinabox closed 5 years ago

oxinabox commented 5 years ago

We can scale to range, e.g. [0, 1] or `[-1, 1] in a similar way to how we znorm scale.

Where we fit the scaling factor on the training set, and use it on the testset.

I would like this, and I will either implement it in my package, or PR it here.

Evizero commented 5 years ago

there is work on this here https://github.com/JuliaML/MLPreprocessing.jl

oxinabox commented 5 years ago

Ah right it is https://github.com/JuliaML/MLDataUtils.jl/issues/29