Unanswered
Hi, I'M Logging Plots Using Clearml Sdk. The Logging Is Automatic By Running Matplotlib And Seaborn.
One Of My Plots Is Sns.Barplot, In The Pycharm Run I Get All The Ticks Name But In The Clearml Dashboard Results It Is Without The Ticks Names.
I'Ll Be Ha
self.notify('Logging feature importance') feature_importance_series = feature_importance_series[:limit] sns.barplot(feature_importance_series.values, feature_importance_series.index) plt.title('feature importance') plt.show()
172 Views
0
Answers
2 years ago
one year ago