Learning to Rank Application
If there's a website/app that sells products and my job is to determine the order/ranking in which the products should be displayed.
For example : I click on restaurants and a list of restaurants pops up, I have to determine in what order the restaurants should be displayed.
All the data like ratings, distance to the customer, profit to us, prices, CTR, total number of views etc is available.
But how should I approaching this problem of rankings them in an efficient order ? I have read about Learning to Rank and Collaborative Filtering but I am not sure if those are right for my problem, please help me out.
Thanks
Topic learning-to-rank ranking recommender-system machine-learning
Category Data Science