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.Series
The scaled target data.
MaxAbsScaler for the target data.
pd.Series
| np.ndarray
The target data to scale.
np.ndarray
| pd.Series
The scaled target data.