parfit icon indicating copy to clipboard operation
parfit copied to clipboard

Multi Class predication

Open taha7ussein007 opened this issue 5 years ago • 1 comments

what should i do with such error i need to pass average value with macro or something but how can i do that ValueError: Target is multiclass but average='binary'. Please choose another average setting, one of [None, 'micro', 'macro', 'weighted'].

taha7ussein007 avatar May 26 '19 14:05 taha7ussein007

use another value for metric like metric=roc_auc_score as recall_score is taking binary value

rekhasar10 avatar Feb 24 '21 09:02 rekhasar10