Previous topic

fynance.features.scale.Scale.scale

Next topic

Financial models (fynance.models)

fynance.features.scale.Scale.revert

Scale.revert(X, axis=None)

Revert the transformation of the scale with the fitted parameters.

Parameters:
X : np.ndarray[dtype, ndim=1 or 2]

Data to revert the scale.

Returns:
np.ndarray[dtype, ndim=1 or 2]

The revert transformed data.