forked from marcelcaraciolo/PyROC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (12 loc) · 730 Bytes
/
README
File metadata and controls
20 lines (12 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################
PyRoc 0.1
By Marcel Pinheiro Caraciolo (caraciol@gmail.com)
License: Apache General License
Based on the work by Eithon Cadag (http://www.eithoncadag.com/files/pyroc.txt)
###############################
The goal of PyROC is to generate and calculate the area under the receive operating characteristic curve, given a dataset.
To install it, download the library pyroc.py and use it at your code.
* You can use it by import the module : import pyroc
OR
* You can use it by running it by the console python pyroc.py arguments. See python pyroc --help for more instructions.
NOTE: To plot the ROC curve, please install the library MATPLOTLIB available on: http://matplotlib.sourceforge.net/