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/75d0b24b2259973e3f8dbf1f5a0d5269 to your computer and use it in GitHub Desktop.
Save ADGEfficiency/75d0b24b2259973e3f8dbf1f5a0d5269 to your computer and use it in GitHub Desktop.
Mistakes Data Scientists Make
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