Skip to content

Instantly share code, notes, and snippets.

@djgagne
djgagne / DistributedROC.py
Created October 18, 2015 03:47
Performance Diagram plotting code
import numpy as np
import pandas as pd
class DistributedROC(object):
"""
Store statistics for calculating receiver operating characteristic (ROC) curves and performance diagrams and permit
easy aggregation of ROC curves from many small datasets.
Parameters
----------