Created
April 2, 2019 21:28
-
-
Save curiousily/0552f37c28f6142b00f6da91c5e4bd62 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
preds = reg.predict(X) | |
metrics.r2_score(y, preds) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment