To realize user-personalized event recommendations, maevsi needs to provide a simple interface to get the relevant data for computations:
table 1:
event id, event name, event type (optional)
table 2:
user id, event id, rating
It would be desirable if i could dump all the available data simultaneously to set things up. incremental updates would also be useful for later
To realize user-personalized event recommendations, maevsi needs to provide a simple interface to get the relevant data for computations:
table 1:
event id, event name, event type (optional)
table 2:
user id, event id, rating
It would be desirable if i could dump all the available data simultaneously to set things up. incremental updates would also be useful for later