
-
Spotify Sequential Skip Prediction Challenge
Predict if users will skip or listen to the music they're streamed
Challenge ended
686
Submissions523
Participants23.3 k
Views -
209
Submissions444
Participants29.7 k
Views
zb hasn't authored any tutorials yet...
Apparently zb prefers to keep an air of mystery about them...
Spotify Sequential Skip Prediction Challenge | Ground truth | about 1 year ago
in the overview section, it’s stated that “For this challenge we use the skip_2 field of the session logs as our ground truth.”
Doing some EDA, there are plenty of rows whereby skip_2 is true, but eventually the not_skipped column is False, which is not a representation of whether or not a track was skipped. Shouldnt the not_skipped column be our target column? thanks!