I'm considering using PredictionIO
for building a music recommendation system.
However, in the user-item interaction, only the following actions are supported: like, dislike, view, conversion, and rate (scale 1 - 5).
My existing data consists only of views (users listen to songs).
How should I translate my data to PredictionIO
input? Can I have multiple view records for the same user-item (more views = more weight) or will PredictionIO
look at the most recent one based on timestamp?