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

Inverse predict for FeatureNormalizer #69

Open SebastianCallh opened 2 years ago

SebastianCallh commented 2 years ago

It is often very useful to invert feature normalization. I think it would be a very nice addition to the FeatureNormalizer to add an inverse function that does exactly that.

ToucheSir commented 2 years ago

Not a direct solution, but IIRC https://github.com/invenia/FeatureTransforms.jl supports inverse transforms.

SebastianCallh commented 2 years ago

Thanks for the link, that looks like a neat package!