ValueError: Classification metrics can't handle a mix of multilabel-indicator and continuous-multioutput targets

前端 未结 0 1541
攒了一身酷
攒了一身酷 2020-12-15 11:32

I am getting this type of while executing these codes:

from sklearn.metrics import accuracy_score
# Finding the accuracy of the model
a=accuracy_score(y_test,         


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