pytorch/ignite

Top-K precision/recall multilabel metrics for ranking task

Open

#467 创建于 2019年3月31日

在 GitHub 查看
 (12 评论) (0 反应) (0 负责人)Python (602 fork)batch import
enhancementhelp wantedmodule: metrics

仓库指标

Star
 (4,313 star)
PR 合并指标
 (平均合并 18天 23小时) (30 天内合并 19 个 PR)

描述

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

贡献者指南