pytorch/ignite

Top-K precision/recall multilabel metrics for ranking task

Open

#467 ouverte le 31 mars 2019

Voir sur GitHub
 (12 commentaires) (0 réactions) (0 assignés)Python (602 forks)batch import
enhancementhelp wantedmodule: metrics

Métriques du dépôt

Stars
 (4 313 stars)
Métriques de merge PR
 (Merge moyen 18j 23h) (19 PRs mergées en 30 j)

Description

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).

Guide contributeur