-
Notifications
You must be signed in to change notification settings - Fork 1
AWS Personalize solution accelerator tutorial files #1411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for snowplow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign. Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks. |
@mscwilson This is ready to be reviewed once more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apparently I started reviewing and then forgot to submit this, sorry!
title: Installation and setup | ||
--- | ||
|
||
This tutorial can be executed with a AWS account and [our corresponding Colab notebook](https://colab.research.google.com/drive/19T6EICwF5nF4yrA7ftS3pE-zp9huxaYk), which utilizes our demo stores as a source of events. The rest of this tutorial guides you setting AWS Personalize with your own sources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link needs updating, it wanted me to log in for access
In order for the AWS Personalize model to serve usable results, we need to give it some initial training on our actual store. | ||
Out of the box Personalize will have no idea about our customers or products, let alone the relationships between them and what makes a good recommendation. | ||
|
||
To solve this "cold start" problem, we need to export our catalog information for AWs Personalize to read, and give it an initial training dataset of interactions for it to build a model off of. No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are the instructions for this?
position: 3 | ||
--- | ||
|
||
The recommended tracking setup relies on events from the ["Yuper Transactional" e-commerce schema](https://iglucentral.com/?q=io.snowplow.ecomm). This includes events like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to introduce the demo app again
position: 5 | ||
--- | ||
|
||
To proceed we need the following infrastructure: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to get it?
Not exactly a full tutorial either, since most of the tutorial is in the corresponding Colab notebook.