I want to give a recommendation to a new user using lightfm.
Hi, I've got model, interactions, item_features. The new user is not in interactions and the only information of the new user is their ratings.(list of book_id and rating pairs)
I tried to use predict() or predict_rank(), but I failed to figure out how. Could you please give me some advice?
Below is my screenshot which raised ValueError..