Options

Recommender Systems

s_vilchiss_vilchis Member Posts: 1 Newbie
Hello!

Once I have found the best model, what are the operators that I have to use to apply the model to existing or new clients, to recommend new products to them.

My best model was an item-item similariry based.

Thanks a lot!
Best
Sandra   

Answers

  • Options
    CKönigCKönig Administrator, Moderator, Employee, Member Posts: 70 RM Team Member
    You can store the best model in your repository folder. In a new process, you can drag and drop it in from the repository and use "Apply Model" to then apply it to a different dataset, which must have the same shape (attributes) as the original data set you trained your model on.

    For a professional deployment of such a scoring process, have a look at https://docs.rapidminer.com/latest/hub/endpoints/
Sign In or Register to comment.