MyDataSciencePortfolio
MyDataSciencePortfolio copied to clipboard
how to make_recommendation out NCF models?
@KevinLiao159 May I know how to make_recommendation out of this model
predictions = GMF_model.predict([df_test.userId.values, df_test.movieId.values])
Thanks