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

Inverse predict for FeatureNormalizer

Open SebastianCallh opened this issue 4 years ago • 2 comments

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.

SebastianCallh avatar Oct 01 '21 06:10 SebastianCallh

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

ToucheSir avatar Oct 02 '21 22:10 ToucheSir

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

SebastianCallh avatar Oct 03 '21 08:10 SebastianCallh