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
How would you optimize the class weights of a binary classifier using SimpleoptCV()?
"class_weight" : {0: search_numeric(...), 1:search_numeric(...)}
does not work.