Writes a benchmark_results.tsv file with AUC metrics per
method x contrast x score.
write_benchmark_results(summary_table, path)
Arguments
- summary_table
data.frame as returned by
Benchmark$to_summary_table() or collect_benchmark_results()
- path
file path for the output TSV
Value
Invisibly returns the path written to.
See also
Other benchmarking:
Benchmark,
benchmark_from_file(),
collect_benchmark_results(),
ionstar_bench_preprocess(),
make_benchmark(),
ms_bench_add_scores(),
ms_bench_ap(),
ms_bench_auc(),
plot_benchmark_comparison(),
read_benchmark_results(),
read_contrast_results(),
write_contrast_results()