Skip to content

Commit 818c6cf

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent d847adc commit 818c6cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

part6_cnns.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@
490490
"import pandas as pd\n",
491491
"from sklearn import metrics\n",
492492
"\n",
493-
"\n",
494493
"labels = ['%i' % nr for nr in range(0, n_classes)] # If you want to look at all the labels\n",
495494
"# labels = ['0','1','9'] # Look at only a few labels, here for digits 0, 1 and 9\n",
496495
"print('Plotting ROC for labels {}'.format(labels))\n",

0 commit comments

Comments
 (0)