came.utils.plot.plot_confus_mat¶
- came.utils.plot.plot_confus_mat(y_true, y_pred, classes_on=None, normalize='true', linewidths=0.02, linecolor='grey', figsize: tuple = (4, 3), ax=None, fp=None, **kwargs)¶
function for plotting the contingency matrix by default, the values will be normalized by row (true classes)