unscale
Unscale is the operation of reversing a scaling transformation applied to a quantity. In mathematics and computer science, scaling multiplies a value, coordinate, or dataset by a scale factor. Unscaling applies the inverse operation to restore the original size or units.
In data processing and machine learning, features are often scaled to improve numerical stability and convergence.
In graphics and signal processing, unscale can refer to reversing a prior resize or resample operation, returning
Practical considerations include the need to store the parameters used for scaling so they can be correctly
See also: scaling, normalization, inverse transformation, de-normalization.