You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
大神报这个错:DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use array.size > 0 to check that an array is not empty.
#19
大神,请教个问题,clf.predict的时候报错:
DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use array.size > 0 to check that an array is not empty.
会是什么原因呢,刚接触不是很懂,能否指点下
The text was updated successfully, but these errors were encountered:
大神,请教个问题,clf.predict的时候报错:
DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use
array.size > 0
to check that an array is not empty.会是什么原因呢,刚接触不是很懂,能否指点下
The text was updated successfully, but these errors were encountered: