You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say, for example, we are allowing users to rate songs and artists. I would like to be able to get a single, ordered list of recommendations for a user that includes both songs and artists based on the likelihood that the user will like it, regardless of its class.
I would be willing to build the list myself by calling recommended_songs and recommended_artists and merging the lists if I could get the associated scores so I would know how to relate the top songs to the top artists.
The text was updated successfully, but these errors were encountered:
Let's say, for example, we are allowing users to rate songs and artists. I would like to be able to get a single, ordered list of recommendations for a user that includes both songs and artists based on the likelihood that the user will like it, regardless of its class.
I would be willing to build the list myself by calling
recommended_songs
andrecommended_artists
and merging the lists if I could get the associated scores so I would know how to relate the top songs to the top artists.The text was updated successfully, but these errors were encountered: