Skip to content

noudald/pyroc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyROC

Travis CI

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.

Install PyROC from source

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

License

PyROC is released under the MIT License.

About

A Python library for computing and statistically comparing Receiver Operating Characteristic (ROC) curves.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published