Created
April 25, 2019 00:08
-
-
Save realfirst/a81779d42faa05371c8ff32f48c5a8db to your computer and use it in GitHub Desktop.
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
# doing randomization prior to splitting the data | |
california_housing_dataframe = california_housing_dataframe.reindex( | |
np.random.permutation(california_housing_dataframe.index)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment