Hi ,
Just started C3w3 assignment.
I noticed something not right in the expected output in the assignment. Where the Note book says :
Labels of last 5 examples should look like this:
[1, 1, 1, 1, 1]
by my code is producing :
Labels of last 5 examples should look like this:
[‘4’, ‘4’, ‘4’, ‘4’, ‘4’]
I checked the dataset and indeed the sentiment is 4 not 1. is there a change in the dataset ?
Am I doing something wrong ?
thanks