recommenders icon indicating copy to clipboard operation
recommenders copied to clipboard

How to use predict on Ranking?

Open geegeet opened this issue 4 years ago • 4 comments

Hello,

I'm quite new in the tensorflow world, and I'm having some issues with predicting using the basic Ranking model. I followed this tutorial, but unlike the retrieval tutorial, there's no prediction section (and it doesn't seem right to use BruteForce in a Ranking setting).

I searched in issues and found this https://github.com/tensorflow/recommenders/issues/215 but didn't succeed to make it work.

Is it possible to post a short example of making predictions in Ranking?

Thanks in advance, Gee

geegeet avatar Mar 06 '21 16:03 geegeet

The ranking models are basically supervised models: have you tried calling predict?

maciejkula avatar Mar 09 '21 16:03 maciejkula

I also want know how ranking models works

dingrutao32 avatar Jun 24 '21 06:06 dingrutao32

@geegeet I have the same issue as yours. I want to predict the ranking in the ranking part. Have you found any solution for that?

Niouscha91 avatar Jul 13 '21 13:07 Niouscha91

This section should help:

https://www.tensorflow.org/recommenders/examples/basic_ranking#testing_the_ranking_model

windmaple avatar Sep 06 '21 04:09 windmaple