Python не может найти Keras utils to_categorical
from keras.utils.np_utils import to_categorical
# worked for me
Defiant Dove
from keras.utils.np_utils import to_categorical
# worked for me