Search code examples
myrrix

how to get top users in myrrix


similar to http://myrrix.com/rest-api/#mostpopularitems, how do i get users with most user-item preferences?


Solution

  • You would have to flip your model from user,item to item,user and then call the mostpopularitems method.