From c392a74fffa18737ee8687cb8b034762e96dd482 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 20 Jul 2020 13:48:18 +0200 Subject: [PATCH] [engine.significance] Improved docs --- bob/ip/binseg/engine/significance.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bob/ip/binseg/engine/significance.py b/bob/ip/binseg/engine/significance.py index f39cb02d..bf663b88 100644 --- a/bob/ip/binseg/engine/significance.py +++ b/bob/ip/binseg/engine/significance.py @@ -315,10 +315,10 @@ def _patch_performances_for_sample( figure : str the performance figure to use for calculating patch micro performances - (e.g. `f1_score` or `jaccard`). Must be available on the produced - performance dataframe. + (e.g. `accuracy`, `f1_score` or `jaccard`). Must be available on the + produced performance dataframe. - outdir : :py:class:`str` + outdir : str path were to save a visual representation of patch performances. If set to ``None``, then do not save those to disk. -- GitLab