python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Access AWS Personalize Recommendations inside VPC
I have a lambda that is placed inside a VPC, and I would like to connect to AWS Personalize to get recommended items.
Strangely enough, while I can ingest data via AWS Personalize's tracker without an...
Papzeka
Votes: 0
Answers: 1
AWS Personalize - HPO - solutionConfig
I have incorporated the solutionConfig as part of HPO in AWS personlaize service.
solutionConfig = {
"optimizationObjective": {
"itemAttribute": "ITEM_WEIGHT",
"obje...
ssr ram
Votes: 0
Answers: 1
AWS Personalize: How to capture "returning" or "unselecting" items?
I am building an application where I want to update the recommendations "live", ie every time a user adds an item to their cart. I can do this by calling the personalize-events.put-event api...
Josiah Coad
Votes: 0
Answers: 0
AWS Personalize: "in User Class: com.amazonaws.concierge.exceptions.InvalidFormatException : Dataset has fewer than 1000 interactions"
I'm uploading data to AWS Personalize. It has millions of interactions. I am including multiple metadata fields, marking them all as categorical. I am getting this error. Thinking maybe once Personali...
Josiah Coad
Votes: 0
Answers: 0