vkaul11

Results 3 comments of vkaul11

I was just trying to follow the example here https://github.com/tensorflow/ranking/blob/master/tensorflow_ranking/examples/tf_ranking_libsvm.py which still uses the placeholder and feed_dict. I am training like this and using same estimator to predict ``` features,...

By making this modification in prediction input function https://github.com/tensorflow/ranking/issues/186 I do get prediction scores. The problem though is that the first score is always 1. Is that by design ?...