Skip to content

Instantly share code, notes, and snippets.

@ADGEfficiency
Created December 19, 2019 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ADGEfficiency/bbadd561bebd459065d0b2e9cf5af866 to your computer and use it in GitHub Desktop.
Save ADGEfficiency/bbadd561bebd459065d0b2e9cf5af866 to your computer and use it in GitHub Desktop.
standardized = (data - np.mean(data)) / np.std(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment