The output of the classifier is basically 1 and 0 depending on the transformed label, right? But how do I print out its calculation result? Rather than,
Predicted: 1
1 means High, 0 means Low
I wanted to have the output
Predicted: 86.4% Low
How to print its percentage?