Amazon Personalize Movie Recommendation Example

This example workflow builds a recommendation model using the Amazon Personalize web services. It uses the movielens dataset which contains information about users, movies (items) and interactions of users with movies, i.e., which user has watched which movie at which time and how did he or she rate that movie. The first step is to upload the data to Amazon. We filter all the interactions out that have a rating less than 4 (out of 5) because we want the model later on to recommend only movies that the user will like. With this data, a user personalization model (solution version) is built and afterwards deployed as campaign. We can then use this campaign to make personalized movie recommendations. This workflow will run about one or two hours. It follows the example of the blog article, Amazon Personalize Real-Time Personalization and Recommendation for Everyone. See the link below to the specific article. Note: You need to have AWS credentials and authenticate with the Amazon Authentication node in order to use the Amazon Personalize nodes.


This is a companion discussion topic for the original entry at https://kni.me/w/6HYoe_aufPwDFScW

Good Morning

Is it possible to access the workflow?

Hi @jhonguzman88,

it is possible to download workflow from KNIME Hub. You can either use Drag&Drop functionality or download button. See image with both above mentioned options gihglighted
Download

Hope this helps!

Br,
Ivan