Skip to content

TensorFlow Ranking v0.2.1

Compare
Choose a tag to compare
@ramakumar1729 ramakumar1729 released this 18 Dec 21:16
· 432 commits to master since this release

This is the 0.2.1 release of TensorFlow Ranking. It depends on tensorflow-serving-api==2.0.0 and is fully compatible with tensorflow==2.0.0. Both will be installed as required packages when installing tensorflow-ranking.

The main changes in this release are:

  • Updated demo code to use Antique data in ELWC format.
  • Updated tutorial script to demonstrate using weights in metrics and losses.
  • Removed LIBSVM generator from tfr.data and updated the docs.
  • Make gain and discount parameters in the definition of NDCG configurable.
  • Added MAP as a ranking metric.
  • Added a topn parameter to MRR metric.