When creating a post, please add:
- Week # must be added in the tags option of the post.
- Link to the classroom item you are referring to:
- Description (include relevant info but please do not post solution code or your entire notebook)
When I run the below
load dataset
X_train, y_train = load_data(“data/ex2data2.txt”)
and getting the below error:
Cell #2. Can’t compile the student’s code. Error: OSError(‘data/ex2data2.txt not found.’)
I see the file ex2data2.txt is in the /data folder.
