Created
October 9, 2018 14:18
-
-
Save srishtis/7707bdc3b0e9e72335bccd23e20dbe61 to your computer and use it in GitHub Desktop.
Normalize hpp dataset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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