I am a beginner at learning deep learning and recently I have got some work related to machine learning and deep learning but when I was learning ANN multi-class output method to predict the output. Y_predshowing an array with [[ True False False

False True True]] something like this. I want these outputs in just number for example as 0,1,2 then How is it possible to do? Which library is helpful to convert outputs in numbers? or is it not possible?

Similar questions and discussions