ValueError: Classification metrics can't handle a mix of binary and continuous-multioutput targets

“Accuracy” sounds like you would be expected to feed in the class number (the one with maximal probability) rather than a vector of probabilities.

Best regards

Thomas