Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created May 13, 2020 07:17
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 lakshay-arora/d3e6a2cf41e74dd57630a369f69e17fe to your computer and use it in GitHub Desktop.
Save lakshay-arora/d3e6a2cf41e74dd57630a369f69e17fe to your computer and use it in GitHub Desktop.
# AUC-ROC plot
classification.plot_model(classification_dt, plot = 'auc')
# Decision Boundary
classification.plot_model(classification_dt, plot = 'boundary')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment