morphomapping.MM.minmax_norm

Contents

morphomapping.MM.minmax_norm#

MM.minmax_norm(first_column=None, last_column=None)#

Apply MinMax normalization 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