Hi,
When building the model I keep having the below error when I try to convert list of characters to list of integers using list comprehension.
IndexError: only integers, slices (:
), ellipsis (...
), numpy.newaxis (None
) and integer or boolean arrays are valid indices
Does this error gives a clue?
Thanks,
Abdulrahman