MMM.max_abs_scale_target_data#
- MMM.max_abs_scale_target_data(data)#
 MaxAbsScaler for the target data.
- Parameters:
 - data
pd.Series|np.ndarray The target data to scale.
- data
 - Returns:
 np.ndarray|pd.SeriesThe scaled target data.
MaxAbsScaler for the target data.
pd.Series | np.ndarrayThe target data to scale.
np.ndarray | pd.SeriesThe scaled target data.