Created
August 2, 2019 18:42
-
-
Save techwithshadab/181d47fdfdf5c30e6c1fa61b804a557e 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
from sklearn.metrics import r2_score | |
r2_score(y_test,y_pred) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment