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
Filter content
Select tags to filter
Sort by
Sort by most recent
111 results
We have catalog of products. We are using elastic search for searching the products. I got to know about the plugin (link below) to connect open search and personalize to rank the results.
According...
1
answers
0
votes
365
views
asked 2 years ago
My interactions dataset has been prepared with userId. I intend to use PutEvents to record real-time events for sessionId and obtain recommendations through sessionId. I'm curious whether AWS charges ...
1
answers
0
votes
475
views
asked 3 years ago
I created dataset groups on aws personalize and haven created 5, on the 6th one it says i can not create any further, can we increase the limitation on the amount of dataset group permissible?
1
answers
0
votes
528
views
asked 3 years ago
I had a creation script fail during construction of some Recommenders and upon retrying it I'm finding a name collision. The problem is: I can't seem to get any evidence that the named resource actual...
Accepted AnswerAmazon Personalize
1
answers
0
votes
389
views
asked 3 years ago
Hi, I'm building a fashion startup where we make users swipe on personalized clothing recommendations. I have 2 questions: one on how the recommender works with replaced dataset and the other regardin...
0
answers
0
votes
221
views
asked 3 years ago
It appears as if Personalize's [CreateDatasetImportJob](https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html) requires a minimum of 1000 interactions _even when running in...
0
answers
0
votes
148
views
asked 3 years ago
I'm trying to script a Personalize [CreateDatasetImportJob][1]. The (redacted) JSON payload looks like so:
```
{
"jobName": "some-job-name",
"datasetArn": "my-dataset-arn",
"dataSource"...
0
answers
0
votes
180
views
asked 3 years ago
I have (user-item) interaction data in a CSV and I'm trying to import these data into a Personalize Dataset. When the CSV files are (GZ) compressed, I get the error message:
> Input csv is missing the...
2
answers
0
votes
568
views
asked 3 years ago
Hello, I've tried 4 times to create Personalize Batch Segment Job. But it always failed due to "Failure reason
InternalServerError: We encountered an internal error. Please try again." I think it did ...
Accepted AnswerAmazon Personalize
1
answers
0
votes
450
views
asked 3 years ago
I am trying to get recommendations from AWS Personalize recommender ( Recommended For You ) via AWS cli.
Here is the command which I am using
```
aws --debug personalize-runtime get-recommendations...
1
answers
0
votes
1.4K
views
asked 3 years ago
I'm using Personalize to provide recommendations for my e-commerce application. The issue is items keep going out of stock and I'm constantly adding more items. Should I be adding to my data or replac...
0
answers
0
votes
212
views
asked 3 years ago
I'm getting this error-
Failed to create a data import job for user-item interaction dataset.
Insufficient privileges for accessing data in S3. Please look at https://docs.aws.amazon.com/personalize/l...
1
answers
0
votes
610
views
asked 3 years ago