TensorFlow Ranking v0.2.1
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 fromtfr.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 toMRR
metric.