how i rwrite conditon to create 1 or 0 label from two probability column python
# np.where(condition, value if condition is true, value if condition is false)
# can be apply on pandas datafram
np.where(condition, value if condition is true, value if condition is false)