[FEATURE REQUEST] Consider replacing seaborn confusion matrices by ConfusionMatrixDisplay
#259
Labels
visualisation
Visualise the data I/O, training progress or properties
Milestone
What's the reasoning behind this, @chris-soelistyo ?
grace/grace/evaluation/metrics_classifier.py
Lines 64 to 74 in bd91bdf
Why not just use the
ConfusionMatrixDisplay
method fromsklearn
?https://github.com/scikit-learn/scikit-learn/blob/55a65a2fa5653257225d7e184da3d0c00ff852b1/sklearn/metrics/_plot/confusion_matrix.py#L11-L12
The text was updated successfully, but these errors were encountered: