-
Notifications
You must be signed in to change notification settings - Fork 10
Description
hiiiiiiiiiiiiiii
hope you're doing great
thanks for your time and consideration
in my codes of emoji prediction notebook which was taught by you on your youtube channel there was something wrong
although it was almost copied
this is my code and output
Y
array(['4', '3', '3 ', '1 ', '2', '1', '4', '3', '4', '1', '3', '3 ', '2', '2', '4', '3', '2', '3 ', '3 ', '1', '3 ', '2', '2', '2', '0', '1', '0', '4 ', '2', '0v2', '2', '0', '0', '3 ', '4', '0', '2', '1', '3', '1', '0', '4', '0 ', '3', '0 ', '4', '2', '3 ', '4', '2 ', '2', '3', '0', '2', '2', '3 ', '2', '3', '2', '2', '3 ', '3', '0 ', '2', '3', '0', '2', '0', '0 ', '2', '3', '2', '4', '1', '3', '3', '0', '0', '3', '2', '0', '3', '0', '2', '2', '4', '2', '2', '0', '0', '2', '3', '0', '4', '2', '1', '2', '3', '3', '2', '3', '0', '3', '0', '2', '0', '2', '3', '4', '3', '1', '3', '4', '3', '2', '3', '3', '3', '1', '4', '4', '2', '2', '1', '1', '2', '3', '2', '3', '4', '2', '3', '0', '2', '0', '0', '4', '3', '4', '2', '3', '2', '3', '4', '2', '1', '2', '4', '3', '1', '3', '2', '3', '2', '2', '3', '3', '2', '4', '0', '0', '0', '3', '0', '0', '1', '1', '2', '2', '2', '0', '3', '2', '3', '3', '1', '2', '2', '4', '2', '3', '1', '2'], dtype=object)
the 29th element is 0v2
which can cause a problem at the time of fitting the model
i did this to solve this
Y[29]='0'
that's it