Skip to content

Commit a4be7c5

Browse files
pokidyshevrasbt
authored andcommitted
Add class names param to plot_confusion_matrix (#487)
* Add class names param to plot_confusion_matrix * add class_name doc
1 parent 5016a00 commit a4be7c5

File tree

3 files changed

+189
-15
lines changed

3 files changed

+189
-15
lines changed

docs/sources/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The CHANGELOG for the current development version is available at
1818
##### New Features
1919

2020
- Adds multiprocessing support to `StackingCVClassifier`. ([#512](https://github.com/rasbt/mlxtend/pull/512) via [Qiang Gu](https://github.com/qiaguhttps://github.com/qiagu))
21+
- Adds an optional `class_name` parameter to the confusion matrix function to display class names on the axis as tick marks. ([#487](https://github.com/rasbt/mlxtend/pull/487) via [sandpiturtle](https://github.com/qiaguhttps://github.com/sandpiturtle))
2122

2223
##### Changes
2324

0 commit comments

Comments
 (0)