Skip to content

Instantly share code, notes, and snippets.

@srishtis
Created October 9, 2018 14:18
Show Gist options
  • Save srishtis/7707bdc3b0e9e72335bccd23e20dbe61 to your computer and use it in GitHub Desktop.
Save srishtis/7707bdc3b0e9e72335bccd23e20dbe61 to your computer and use it in GitHub Desktop.
Normalize hpp dataset
# normalize the variables to values from 0 to 1
normalized_total_df = preprocessing.normalize(total_df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment