KevinLiao159 / MyDataSciencePortfolio

Applying Data Science and Machine Learning to Solve Real World Business Problems
MIT License
397 stars 225 forks source link

how to make_recommendation out NCF models? #3

Open hanzigs opened 4 years ago

hanzigs commented 4 years ago

@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