Skip to content

Instantly share code, notes, and snippets.

View SultanOrazbayev's full-sized avatar

Sultan Orazbayev SultanOrazbayev

View GitHub Profile
@SultanOrazbayev
SultanOrazbayev / plot_roc.py
Created November 15, 2019 01:44 — forked from code-of-kpp/plot_roc.py
Python pyplot receiver operating characteristic (ROC) curve with colorbar
import numbers
import six
import numpy
import matplotlib.collections
from matplotlib import pyplot
# using example from
# http://nbviewer.ipython.org/github/dpsanders/matplotlib-examples/blob/master/colorline.ipynb