Unanswered
Hi Everyone,
I’M Reporting A Confusion Matrix Using Below Code.
Hi Everyone,
I’m reporting a confusion matrix using below code.
clearml_logger.report_confusion_matrix(
title="Confusion Matrix (Accuracy)",
series="ignored",
matrix=conf_df_percent,
xaxis="Predicted Labels",
yaxis="True Labels",
xlabels=class_names,
ylabels=class_names
)
And this is what I see in UI.
Im able to see the x and y axis labels when I hover over the graph but if you see the labels are cut from left , I tried zooming in and out but it didn’t show full labels names. Could anybody tell me how can I fix it? Thanks!!!
429 Views
0
Answers
5 months ago
5 months ago
Tags