Skip to content

Instantly share code, notes, and snippets.

@shubham769
Created June 21, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shubham769/d26ec9b2beb87342b9bfa9d2ab11696a to your computer and use it in GitHub Desktop.
Save shubham769/d26ec9b2beb87342b9bfa9d2ab11696a 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