fynance.features.scale.Scale.__call__

Scale.__call__(X, axis=None)

Callable method to scale data with fitted parameters.

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

Data to scale.

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

Scalled data.