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
I stumble in something that I am wondering if this is an issue:
scorer=get_scorer("roc_auc")
# somehow set the pos_labelscorer._kwargs["pos_label"] ="xxx"scorer_2=get_scorer("roc_auc")
# I would expect it to be a deep copy and not the same as scorerassertscorerisnotscorer_2