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
Confidence levels are a number from 0 to 1, not strings.
String comparision happened to work because the numbers are always less than 1.
You can't mess up 0.1 with 0.09 like you can 10 vs 9. It's still not good to tempt fate.
0 commit comments