@yassphi You are correct. For a session of length 20, you would need to evaluate your predictions on the last 10 tracks. T would be 10. P(i) is the precision at position i of your predictions, so if at position 5, you had 2 correct predictions, P(5) = 2/5. L(i) indicates if your i'th prediction was correct, so if your prediction at position 5 was correct, L(5) = 1, and otherwise, L(5) = 0. It may be helpful to look at the local evaluation file in the starter kit: https://github.com/crowdAI/skip-prediction-challenge-starter-kit/blob/master/local_evaluation.ipynb. See also https://en.wikipedia.org/wiki/Evaluation_measures_(information_retrieval)#Average_precision.
Hope this helps!
@rstudent_gitlab
with ls -l, I get the following sizes:
6044161773 Dec 12 15:09 training_set_0.tar.gz
6044989394 Dec 12 15:15 training_set_1.tar.gz
6042349689 Dec 12 15:21 training_set_2.tar.gz
6043674073 Dec 12 15:27 training_set_3.tar.gz
6042105510 Dec 12 15:34 training_set_4.tar.gz
6043173901 Dec 12 15:40 training_set_5.tar.gz
6042906018 Dec 12 15:46 training_set_6.tar.gz
6046086003 Dec 12 15:52 training_set_7.tar.gz
6043512819 Dec 12 15:58 training_set_8.tar.gz
6045573656 Dec 12 16:04 training_set_9.tar.gz
60438525791 Dec 23 00:14 20181113_training_set.tar.gz
Hope you manage to figure out the problem, and let me know if there's any other way I can help. Unfortunately I don't have any useful suggestions, except to try to re-download, which I guess is what you're trying right now. Please let us know if you sort out the problem!