Skip to content

Instantly share code, notes, and snippets.

@maskaravivek
Created February 13, 2021 06:21
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 maskaravivek/174e1aee214c57eb6cc6b482aa706597 to your computer and use it in GitHub Desktop.
Save maskaravivek/174e1aee214c57eb6cc6b482aa706597 to your computer and use it in GitHub Desktop.
plt.figure(figsize = (8,4))
pred = rfr.predict(X_test)
plot_predictions(y_test, pred)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment