MMM.max_abs_scale_target_data#

MMM.max_abs_scale_target_data(data)#

MaxAbsScaler for the target data.

Parameters:
datapd.Series | np.ndarray

The target data to scale.

Returns:
np.ndarray | pd.Series

The scaled target data.