Created
September 4, 2018 10:02
-
-
Save Manikant92/3b78b17c8816ac98d450e3b02d8deb63 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
#import metrics module from sklear | |
from sklearn import metrics | |
print(metrics.r2_score(y_test, y_prediction)*100) | |
#output: 100.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment