Skip to content
Snippets Groups Projects

Update documentation

Merged Daniel CARRON requested to merge update-doc into main
Compare and
151 files
+ 1605
1215
Compare changes
  • Side-by-side
  • Inline
Files
151
+ 0
24
.. Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
..
.. SPDX-License-Identifier: GPL-3.0-or-later
.. _mednet.usage.aggregpred:
=======================================================
Aggregate multiple prediction files into a single one
=======================================================
This guide explains how to aggregate multiple prediction files into a single
one. It can be used when doing cross-validation to aggregate the predictions of
k different models before evaluating the aggregated predictions. We input
multiple prediction files (CSV files) and output a single one.
Use the sub-command :ref:`aggregpred <mednet.cli>` aggregate your prediction
files together:
.. code:: sh
mednet aggregpred -vv path/to/fold0/predictions.csv path/to/fold1/predictions.csv --output-folder=aggregpred
.. include:: ../links.rst
Loading