def name()

in clearbox/metrics/ndcg.py [0:0]


  def name(self) -> str:
    return f'ndcg@{self._k}' if self._k is not None else 'ndcg'