Manuel López-Ibáñez
0a1ee74a14
EXA plot_confusion_matrix example breaks down if not all classes present ( #13126 )
...
* fix #12700 plot_confusion_matrix example breaks down if not all classes are present in the test data
* plot_confusion_matrix: update function call, fix style issues
* remove redundant confusion_matrix call
2019-02-10 16:05:58 +01:00
Ming Li
325a7f9e6c
EXA prevent example xlabel cut off in plot_confusion_matrix.py ( #11065 )
2018-05-04 22:47:23 +08:00
rashchedrin
7b0b6d7344
[MRG+1] Fix confusion matrix example code ( #7971 )
...
* fixed issue 7969
* Limited number of decimal places in normalized confusion matrix
* deduplicated code
2016-12-03 15:57:15 -05:00
Igor Andriushchenko
7b7093ceda
DOC make confusion_matrix_plot.py exmaple more copy-pastable
2016-07-15 00:40:03 +03:00
Raghav R V
f67e911124
DOC Modify documentation/examples for the new model_selection module
2015-10-29 16:49:23 +01:00
Olivier Grisel
2c5fea1647
FIX: divide each row of the CM by the true support
2014-09-01 11:21:25 +02:00
Olivier Grisel
8d3f4dfbcf
ENH cosmetic reorg of the confusion matrix example
2014-09-01 10:17:33 +02:00
Laurent Direr
f5052211e5
Modified the confusion matrix example: included a normalized matrix, changed the colors and added class labels.
2014-07-27 19:09:11 +02:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00