recommenders
                                
                                
                                
                                    recommenders copied to clipboard
                            
                            
                            
                        How to use predict on Ranking?
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
The ranking models are basically supervised models: have you tried calling predict?
I also want know how ranking models works
@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?
This section should help:
https://www.tensorflow.org/recommenders/examples/basic_ranking#testing_the_ranking_model