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

Incorrect path for user data resulting in FileNotFoundError #95

Open
mikwin1 opened this issue Oct 30, 2020 · 0 comments
Open

Incorrect path for user data resulting in FileNotFoundError #95

mikwin1 opened this issue Oct 30, 2020 · 0 comments

Comments

@mikwin1
Copy link

mikwin1 commented Oct 30, 2020

Hi:

I was going through the "amazon-personalize-samples/next_steps/workshops/Immersion_Day/personalize_hrnn_metadata_contextual_example.ipynb" and got a runtime error of "FileNotFoundError" because the file path was missing "airlines_data".

#users_df = pd.read_csv('a_users.csv') users_df = pd.read_csv('airlines_data/a_users.csv')

nataibi added a commit to nataibi/amazon-personalize-samples that referenced this issue Jan 12, 2021
Change as per issue aws-samples#95 to prevent "file not found" error
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

1 participant