Skip to content

Instantly share code, notes, and snippets.

@shubham769
Created June 21, 2020 14:53
Show Gist options
  • Save shubham769/5220288e563198046e9b49c1f595b6c1 to your computer and use it in GitHub Desktop.
Save shubham769/5220288e563198046e9b49c1f595b6c1 to your computer and use it in GitHub Desktop.
%%time
#prediction of labels for test data
y_pred=model.predict(np.array(X_test))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment