Created
August 2, 2019 18:40
-
-
Save techwithshadab/a3e53c6cc7c7b8d82e68f40785e8af0c 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
y_pred = model.predict(X_test) | |
print('Actual Values\tPredicted Values') | |
print(y_test,' ',y_pred.reshape(1,-1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment