Created
October 16, 2019 19:06
-
-
Save gonzaloruizdevilla/efe081ec0ae564de667e888f579d8a16 to your computer and use it in GitHub Desktop.
This file contains 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
print("Test set score (knn.score): {:.2f}".format(knn.score(X_test, y_test))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment