Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: .*\.rpt$

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
rev: 26.1.0
hooks:
- id: black-jupyter
language_version: python3
Expand Down
1 change: 0 additions & 1 deletion part6_cnns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@
"import pandas as pd\n",
"from sklearn import metrics\n",
"\n",
"\n",
"labels = ['%i' % nr for nr in range(0, n_classes)] # If you want to look at all the labels\n",
"# labels = ['0','1','9'] # Look at only a few labels, here for digits 0, 1 and 9\n",
"print('Plotting ROC for labels {}'.format(labels))\n",
Expand Down
Loading