Created
October 1, 2018 17:39
-
-
Save animesh-agarwal/999909e3f452f05be90f6b1e3083fa90 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
correlation_matrix = boston.corr().round(2) | |
# annot = True to print the values inside the square | |
sns.heatmap(data=correlation_matrix, annot=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment