Predictions Lesson 08

Hi there,

After running all the code in Lesson 08 I would like to predict the rating on movie 49 for user 212

image

I tried runing:

learn.show_results(ds_idx=0, dl=None, max_n=65, shuffle=True)

I think that maybe I should use learn learn.predict
but for that I don’t know what parameters to use for “item” or “rm_type_tfms” Learner.predict(item, rm_type_tfms=None, with_input=False)

I also tried getting the factors for user 212, but that does not relates that user with movie 49

image