Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sklearn/metrics/_plot/confusion_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def plot(self, include_values=True, cmap='viridis',
Colormap recognized by matplotlib.

xticks_rotation : {'vertical', 'horizontal'} or float, \
default='vertical'
default='horizontal'
Rotation of xtick labels.

values_format : str, default=None
Expand Down Expand Up @@ -160,7 +160,7 @@ def plot_confusion_matrix(estimator, X, y_true, labels=None,
Includes values in confusion matrix.

xticks_rotation : {'vertical', 'horizontal'} or float, \
default='vertical'
default='horizontal'
Rotation of xtick labels.

values_format : str, default=None
Expand Down