morphomapping.MM.quant_scaler#
- MM.quant_scaler(first_column=None, last_column=None)#
Apply QuantileTransformer to self.df. Specify whether all columns should be normalized by setting parameters.
- Parameters:
first_column (
Optional[str]) – name of first column. Start of normalization.last_column (
str) – name of last column. End of normalization.
- Return type:
None