pytorch/ignite

Top-K precision/recall multilabel metrics for ranking task

Offen

#467 geöffnet am 31.03.2019

 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (602 Forks)batch import
enhancementhelp wantedmodule: metrics

Repository-Metriken

Stars
 (4.313 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Following the discussion from https://github.com/pytorch/ignite/issues/466#issuecomment-478339986 it would be nice to have such metric in Ignite.

In the context of a multilabel task, compute a top-k precision/recall per label (treating all labels independently).

Contributor Guide