Upon running the python code I am getting: ``` if confidence >= 0.4: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() ``` And when trying `condfidence.any()` it won't work as well. Any advice?
Upon running the python code I am getting:
And when trying
condfidence.any()it won't work as well. Any advice?