SimonasBubnys / recommender-systems

0 stars 0 forks source link

Rating & Skips #3

Open S010MON opened 1 year ago

S010MON commented 1 year ago

create a rating for each song in the Played list, if the song is skipped, take the played time and check if it is greater or less than the allowed skip time, and then mark the song as positive or negative

KSandfort commented 1 year ago

Rating placeholder implemented on branch "Kon".

KSandfort commented 1 year ago

Rating loop implemented on branch "ratings".