shredx.utils.scaling#

This file contains scaling utilities.

Functions

inverse_min_max_scale(scaled_tensor, ...[, ...])

Invert min-max scaling and recover the original data scale.

min_max_scale(tensor[, feature_range, scaler])

Scale a tensor to a given feature range using linear min-max normalization.