Mercurial > repos > bgruening > perf
diff tool_dependencies.xml @ 0:e390b5b6b89c draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 15 May 2014 11:34:26 -0400 |
| parents | |
| children | 7aa26fb0ac9e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu May 15 11:34:26 2014 -0400 @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="perf" version="5.11"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://osmot.cs.cornell.edu/kddcup/perf/perf.src.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>perf</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + Perf calculates a variety of performance metrics suitable for boolean classification problems. Metrics include: accuracy, root-mean-squared-error, cross-entropy, + 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, + q-score, several measures of probability calibration, etc. + + PERF requires a C compiler. + http://osmot.cs.cornell.edu/kddcup/software.html + </readme> + </package> +</tool_dependency>
