Hi,
Using py3 and the test_data[n][0] in predict() gives a mistake like:
TypeError: 'zip' object is not subscriptable
I tried to change the list(test_data)[n][0] but it didn't work.. as list index out of range.
I don't know how to get the object this way..
Best,
Handan