How can I get multilabel (not multiclass) classification working for sklearn's log loss metric?

后端 未结 0 618
走了就别回头了
走了就别回头了 2021-01-13 15:38

I think I\'m just not understanding sklearn.metrics.log_loss\'s API

small code example demonstrating the issue:

import numpy as np
import sklearn.metri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题