MaxAbsScaleTarget.max_abs_scale_target_data#

MaxAbsScaleTarget.max_abs_scale_target_data(data)[source]#

MaxAbsScaler for the target data.

Parameters:
datapd.Series | np.ndarray

The target data to scale.

Returns:
np.ndarray | pd.Series

The scaled target data.