morphomapping.MM.stand_scaler

morphomapping.MM.stand_scaler#

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

Apply Standard Scaler to specified columns of self.df.

Parameters:
  • first_column (str or None) – Name of the first column to scale.

  • last_column (str or None) – Name of the last column to scale.

Return type:

None