📄 read-me.txt
字号:
These files are pre-processed by joining the participants' entrieswith the test set and preparing the output to be used by the 'perf'program <http://kodiak.cs.cornell.edu/kddcup/software.html>.# How to obtain the area under the ROC curve(for i in *.perf; do echo -n "$i "; perf -ROC < $i; done) | awk '{print $1, sprintf("%.3f", $3); }' | sort -rnk2geng.txt.perf 0.848tang.txt.perf 0.824abernethy.txt.perf 0.809siklosi2.txt.perf 0.796bauman.txt.perf 0.783skvortsov.txt.perf 0.731siklosi1.txt.perf 0.726Note: apparently the AUC of the first system was 0.848 -> 0.85 whenapproximated with two digits (in the slides presented at the workshopit read 0.84). This obviously does not affect the ordering of the results.--Thu May 8 11:30:05 CLT 2008
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -