All Content tagged with Amazon Personalize

Amazon Personalize enables developers to build applications with the same machine learning (ML) technology used by Amazon.com for real-time personalized recommendations – no ML expertise required.

Content language: English

Select up to 5 tags to filter
Sort by most recent
105 results
For **user-personalization recipe**, I have the following metadata: * **Users:** User_id, age, gender, * **Interactions:** User_id, Item_id, event_type, * **Items:** Item_id, Genre and Item_title. We...
2
answers
1
votes
511
views
asked 2 years ago
Getting this error when trying to add filter on other metadata for interactions dataset. "**Could not create filter: Interaction dataset supports condition on only event_type field.**" Can anyone conf...
1
answers
0
votes
196
views
asked 2 years ago
I am having trouble with the deletion of Interactions Dataset. I was trying to delete the existing Dataset in my Dataset Group, in order to create a new one, with the boto3 delete_dataset() function (...
Accepted AnswerAmazon Personalize
1
answers
0
votes
668
views
asked 2 years ago
Is there a way that I can provide a callback function that executes when a solution version changes state to 'active' ? Currently, my system successfully creates a new solution version, but I want to...
Accepted AnswerAmazon Personalize
1
answers
0
votes
307
views
asked 2 years ago
I am executing filter to Perzonalize, where the filterValues returns a message that the maximum length is 1000 and my filter has a length of 6664. what can I do about it so that it takes the full leng...
1
answers
1
votes
490
views
asked 2 years ago
What is the model family/type behind Amazon Personalize's User-Personalization recipe?
1
answers
1
votes
413
views
asked 2 years ago
I am trying to create a lambda function to automate the creation of a dataset import job in Personalize. I followed this guide: https://docs.aws.amazon.com/personalize/latest/dg/granting-personalize-s...
3
answers
1
votes
838
views
asked 2 years ago
Hello everyone. I have a problem with the get-recommendations response. For example: Input data (`utf-8 encoding`): ``` {'ItemId': '1', 'properties': '{'description': 'random string\\nnext line '}'} ...
1
answers
0
votes
458
views
asked 3 years ago
Using a web console for Amazon Personalize for creating item datasets, it throws an error "GENRES field cannot be of type null" when trying to create an item schema with GENRES that contains type "nul...
Accepted AnswerAmazon Personalize
2
answers
0
votes
482
views
asked 3 years ago
Assume a short video recommendation system with a million short videos and users. The users can watch & like videos. Using a receipt such as USER_PERSONALIZATION (Users, Video as items, and Watched/Li...
0
answers
0
votes
90
views
asked 3 years ago
After created a Batch inference job to get Batch Recommendation I cannot figure it out how to delivery recommendation to my application (React Native) from file stored on S3 Bucket.
1
answers
0
votes
511
views
asked 3 years ago
I was testing AWS Personalize recommenders and I realize that I was using all which charge for real-time recommendations. Is there a way to use them not for charge on real-time?
1
answers
0
votes
937
views
asked 3 years ago