Lab assignment 1

RecSys Hello World!

Code some very basic recommending algorithm from scratch and evaluate usefulness of such recommendations.

Assignment completion

Pre-processing

Load dataset

Auxiliary methods

depending on which variant of KNN you chose, the functions below might be useful for you

Your code goes here

Display recommendations given to yourself:

Additional content

Basic analysis of MovieLens dataset