Posts by juniorcl • 1 point
1 post
-
-1
votes1
answer64
viewsQ: Valueerror: Classification Metrics can’t Handle a mix of multilabel-Indicator and Binary targets
Hello. I’m creating a neural network to categorize some data. Basically the neural network will tell me which molecule is. This is my code: import pandas as pd from keras.utils import np_utils from…