Last active
August 30, 2018 15:43
-
-
Save WillKoehrsen/13797c086fc67bc9b170594976d9f5ec 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
print(f'Model Accuracy: {tree.score(X, y)}') | |
Model Accuracy: 1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment