The script `bob_compute_perf.py` command line interface could be improved
Created by: anjos
As it is today, this script requires 2 score sets for running (dev and test).
It is possible to compute the performance using a single set.
Here are some suggestions for improvements:
- Make the
dev
score set an argument instead of an option. It is strange conceptually to have obligatory "options" - Make the
test
score set an optional argument (this implies in allowing the analysis to run if onlydev
is provided