Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 399 Bytes

Precision-Recall curve

Save the data in a text file, the first column is the predicted score, and the second column is the ground truth.

python3 pr_curve.py

Top-k Recall curve

Save the data in a text file, the first column is the target index, and the remaining columns are candidate indexes.

python3 recall.py

Generate sample list

python3 gen_pairs.py