Skip to content

Instantly share code, notes, and snippets.

@ADGEfficiency
Last active December 19, 2019 05:17
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/202622de5533ea8358d4819e5a711bf6 to your computer and use it in GitHub Desktop.
Save ADGEfficiency/202622de5533ea8358d4819e5a711bf6 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