Skip to content
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

user-personalization-with-exploration.ipynb sample is missing test data from S3 #160

Open
alyxb opened this issue Jun 9, 2023 · 1 comment

Comments

@alyxb
Copy link

alyxb commented Jun 9, 2023

The notebook at https://github.com/aws-samples/amazon-personalize-samples/blob/master/next_steps/core_use_cases/user_personalization/user-personalization-with-exploration.ipynb is missing the required sample data to use in the notebook.

The error occurs at cell 28:

interaction_dataset_key = "sample-dataset/interactions-sample.csv"
items_dataset_key = "sample-dataset/items-with-creation-timestamp-sample.csv"
interactions_file = os.getcwd() + "/interaction_raw.csv"
items_metadata_file = os.getcwd() + "/items_raw.csv"

s3_client.download_file(personalize_s3_bucket, interaction_dataset_key, interactions_file)
s3_client.download_file(personalize_s3_bucket, items_dataset_key, items_metadata_file)

The error being a generic object not found when calling s3:
ClientError: An error occurred (404) when calling the HeadObject operation: Not Found

I tried ls on the personalize-cli-json-models s3 bucket across every AWS region but found no data.

Is it possible get the data from somewhere else?

@alyxb alyxb changed the title user-personalization-with-exploration.ipynb sample is missing test data from s3 user-personalization-with-exploration.ipynb sample is missing test data from S3 Jun 9, 2023
@hardikdgsa
Copy link

@alyxb Is there any update or solution on this from your side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants