Skip to content

Instantly share code, notes, and snippets.

@ADGEfficiency
Created December 19, 2019 05:13
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/f5890f9a9c79e6ce644ad11dc6f4c5be to your computer and use it in GitHub Desktop.
Save ADGEfficiency/f5890f9a9c79e6ce644ad11dc6f4c5be to your computer and use it in GitHub Desktop.
Mistakes Data Scientists Make
normalized = (data - np.min(data)) / (np.max(data) - np.min(data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment