scikit-learn issues - classification metrics can‘t handle a mix of continuous-multioutput ...
1. classification metrics can’t handle a mix of continuous-multioutput and multi-label-indicator targets示例场景:cm = confusion_matrix(y_true, y_pred)f1_score(y_true, y_pred, average="macro")问题描述...