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
Hello, I try to build a CDK to setup an AWS Personalize environment. For me it look good, the Avro schema was copied from a tutorial of AWS. What is wrong with my Schema? ``` //AWS PErsonalize Init ...
1
answers
0
votes
429
views
asked 2 years ago
Hello I have AWS import job (interactions) keep fails and I am not able to find the logs so I realize the reason any idea how I access the logs?
1
answers
0
votes
332
views
asked 2 years ago
Full Exception: > InvalidInputException: An error occurred (InvalidInputException) when calling the CreateDatasetImportJob operation: Input csv has rows that do not conform to the dataset schema. Ple...
1
answers
0
votes
928
views
asked 2 years ago
I am begginning in aws personalize basics so I imported data sets and created recommenders in the console and now I want to get the recommendations in code using aws SDK for java the problem is when...
1
answers
0
votes
304
views
asked 2 years ago
I am using aws personalize and created filters with placeholder , but when I test a recommender and apply the filter there is no place to provide the values of the placeholders , I tried with both inc...
0
answers
0
votes
53
views
asked 2 years ago
Several months ago I wanted to test out AWS Personalize and uploaded a 35MB .csv file with some data, abandoned it and certainly didn't "use" the service in any way. Nevertheless AWS has been billing ...
1
answers
0
votes
370
views
asked 2 years ago
According to the documentation, with exploration weight as '0', there should be no exploration and the items returned should be based on relevance. With our testing we don't have the items returned co...
1
answers
0
votes
542
views
asked 2 years ago
For the User-Personalization recipe: According to this documentation: https://docs.aws.amazon.com/personalize/latest/dg/recording-events.html#recording-anonymous-user-events:~:text=You%20can%20record...
1
answers
0
votes
644
views
asked 2 years ago
Does promotional filters apply only on the recommended items or does it always return a specific category of items in the recommendations? I am trying to apply a filter and % as 20 but it does't retu...
0
answers
0
votes
64
views
asked 2 years ago
Hi, I am trying to figure out how to feed explicit negative feedback into AWSP. I have seen from previous questions and replies that is not possible to give negative feedback or weigh the events in a...
1
answers
0
votes
476
views
asked 2 years ago
For example, if I have the following User schema: ``` { "name": "USER_ID", "type": "string" }, { "name": "AGE", "type": [ "null", "int" ], "categorical": true }, { "name": "GENDER...
1
answers
0
votes
502
views
asked 2 years ago
Hello there - testing our Amazon Personalize for a business use-case where we want to suggest other Users with similar Items/Events. Based on research it seems like a user-user recommendation system ...
Accepted AnswerAmazon Personalize
2
answers
0
votes
370
views
asked 2 years ago