gorse-io / gorse

Gorse open source recommender system engine
https://gorse.io
Apache License 2.0
8.31k stars 749 forks source link

How to handle Multiple types of items? #830

Open veekthoven opened 1 month ago

veekthoven commented 1 month ago

I have a music app, and I want to use this recommendation engine on it.

I want to be able to recommend “Music” and “Artists”. So ideally, music and artists should be items.

How do I differentiate this 2 different recommendations? Also how do I distinguish music and artist in the items table?

I mean how do i get the API to return a music recommendation alone?