pub fn multilabel_confusion_matrix_sklearn(
y_true: &Array2<i32>,
y_pred: &Array2<i32>,
sample_weight: Option<&Array1<f64>>,
labels: Option<&[usize]>,
) -> Result<Array2<i32>>Expand description
Equivalent to sklearn.metrics.multilabel_confusion_matrix