コード例 #1
0
 def test_custom_palettes(self):
     confused = np.array([[1, 0], [0, 1]])
     for palette in _custom_palettes().keys():
         _plot_heatmap_from_confusion_matrix(confused, palette)
コード例 #2
0
 def test_roc_palette(self):
     [_roc_palette(p, 3) for p in _custom_palettes().keys()]