brain_pipe.split.operations.normalize.Standardize

class Standardize(axis=0)

Bases: SplitterOperation

Standardize data.

\[x_standardized = \frac{x - \mu}{\sigma}\]
__init__(axis=0)

Create a standardizer.

Parameters:

axis (int) – Axis to standardize the data on.

Methods

__init__([axis])

Create a standardizer.

reset()

Reset the standardizer.

reset()

Reset the standardizer.