Closed
Description
Description
I found the following description in reference page of plot_confusion_matrix.
xticks_rotation{‘vertical’, ‘horizontal’} or float, default=’vertical’
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.plot_confusion_matrix.html
This description seems confusing or wrong. I believe default=‘horizontal’
may be correct.