Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/a3e53c6cc7c7b8d82e68f40785e8af0c to your computer and use it in GitHub Desktop.
Save techwithshadab/a3e53c6cc7c7b8d82e68f40785e8af0c to your computer and use it in GitHub Desktop.
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