Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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
...
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?
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...
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...
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...
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 ...
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...
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...
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...
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...
For example, if I have the following User schema:
```
{
"name": "USER_ID",
"type": "string"
},
{
"name": "AGE",
"type": [
"null",
"int"
],
"categorical": true
},
{
"name": "GENDER...
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 ...