|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="perf" version="5.11">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url">http://osmot.cs.cornell.edu/kddcup/perf/perf.src.tar.gz</action>
|
|
1
|
7 <action type="shell_command">rm perf</action>
|
|
0
|
8 <action type="shell_command">make</action>
|
|
|
9 <action type="move_file">
|
|
|
10 <source>perf</source>
|
|
|
11 <destination>$INSTALL_DIR</destination>
|
|
|
12 </action>
|
|
|
13 <action type="set_environment">
|
|
|
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
|
|
|
15 </action>
|
|
|
16 </actions>
|
|
|
17 </install>
|
|
|
18 <readme>
|
|
|
19 Perf calculates a variety of performance metrics suitable for boolean classification problems. Metrics include: accuracy, root-mean-squared-error, cross-entropy,
|
|
|
20 precision, recall, precision/recall break-even point and F-score, area under the ROC curve, lift, weighted cost, top 1, top 10, rank of lowest positive case,
|
|
|
21 q-score, several measures of probability calibration, etc.
|
|
|
22
|
|
|
23 PERF requires a C compiler.
|
|
|
24 http://osmot.cs.cornell.edu/kddcup/software.html
|
|
|
25 </readme>
|
|
|
26 </package>
|
|
|
27 </tool_dependency>
|