aws-samples / amazon-personalize-samples

Notebooks and examples on how to onboard and use various features of Amazon Personalize
MIT No Attribution
572 stars 336 forks source link

Update personalize_hrnn_metadata_contextual_example.ipynb #103

Closed nataibi closed 3 years ago

nataibi commented 3 years ago

Change as per issue #95 to prevent "file not found" error

*Issue #95

*Description of changes: to prevent "file not found" error, type the correct path to the CSV file as follows: users_df = pd.read_csv(data_dir +'/a_users.csv')

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

chrisking commented 3 years ago

Thank you!