A Python library for computing Receiver Operating Characteristic (ROC) curves. PyROC provides a simple collection of classes for computing and statistically comparing ROC curves and Area Under the Curves (AUCs) for binary classifications. Please look at the example directory for some basic examples on how to use PyROC.
To install PyROC from source you need to install the requirements for PyROC
first. In the pyroc
directory execute:
pip install -r requirements.txt
To install PyROC run in the pyroc
directory:
python setup.py install
PyROC is released under the MIT License.