Skip to content
Snippets Groups Projects
Commit fc659e20 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Fix doc building

parent 7f97368f
No related branches found
No related tags found
1 merge request!46Create common library
......@@ -54,7 +54,6 @@ Functions that operate on data.
mednet.classify.engine.evaluator
mednet.classify.engine.predictor
mednet.classify.engine.saliency.completeness
mednet.classify.engine.saliency.evaluator
mednet.classify.engine.saliency.generator
mednet.classify.engine.saliency.interpretability
mednet.classify.engine.saliency.viewer
......
......@@ -20,8 +20,7 @@ def extract_statistics(
----------
data
A list of tuples each containing a sample name, target, and values
produced by completeness and interpretability analysis as returned by
:py:func:`_reconcile_metrics`.
produced by completeness and interpretability analysis.
index
The index of the tuple contained in ``data`` that should be extracted.
......@@ -58,7 +57,8 @@ def make_table(
indexes: dict[int, str],
format_: str,
) -> str:
"""Summarize interpretability results obtained by running :py:func:`run`.
"""Summarize results obtained by interpretability or completeness analysis
in a table.
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment