Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created May 13, 2020 07:18
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/d0f1795f2389ddc7ee70ede9f010d564 to your computer and use it in GitHub Desktop.
Save lakshay-arora/d0f1795f2389ddc7ee70ede9f010d564 to your computer and use it in GitHub Desktop.
# Precision Recall Curve
classification.plot_model(classification_dt, plot = 'pr')
# Validation Curve
classification.plot_model(classification_dt, plot = 'vc')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment