In some machine learning algorithms, failing to normalize features results in that feature being over or underrepresented

  • Essentially a z-score but using sample metrics rather than population metrics
  • is the original sample data
  • is the mean of
  • is the standard error in
  • This is the equivalent of the StandardScaler() in sklearn