KristofferHaakonsen / recommender-system

Group project in the course TDT4215-Recommender Systems at NTNU
MIT License
0 stars 0 forks source link

train_test_split function #15

Closed jonasrodningen closed 3 years ago

jonasrodningen commented 3 years ago

Takes in a user-item matrix (each item is an article). Encoded as 1 if user has read it, 0 if not.

I think we can just use the provided rating_matrix function and the associated train_test_split function.