Scikit confusion matrix mismatches the true labels

前端 未结 0 1975
梦毁少年i
梦毁少年i 2021-01-22 17:51

I have the following code:

fig, ax = plt.subplots(figsize=(15, 15))
plot_confusion_matrix(clf, X_test, y_test, ax=ax)  
print(pd.Series(y_test).value_counts().sor         


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