Skip to content

Instantly share code, notes, and snippets.

@smazzanti
Last active October 12, 2020 14:50
Show Gist options
  • Save smazzanti/f3d733f91743ad44e7a531436742bcf8 to your computer and use it in GitHub Desktop.
Save smazzanti/f3d733f91743ad44e7a531436742bcf8 to your computer and use it in GitHub Desktop.
Snippet: confusion_viz (TL;DR)
! pip install git+https://github.com/smazzanti/confusion_viz
from confusion_viz import ConfusionViz
conf_viz = ConfusionViz()
conf_viz.fit(y_true, probas_pred)
conf_viz.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment