Skip to content

Commit 98a6190

Browse files
committed
DOC explain proper scoring rule in one sentence.
1 parent d339214 commit 98a6190

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

site/en/tutorials/structured_data/imbalanced_data.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
"#### Metrics for probability predictions\n",
447447
"\n",
448448
"As we train our network with the cross entropy as a loss function, it is fully capable of predicting class probabilities, i.e. it is a probabilistic classifier.\n",
449-
"Metrics that assess probabilistic predictions and that are, in fact, **proper scoring rules** are:\n",
449+
"Good metrics to assess probabilistic predictions are, in fact, **proper scoring rules**. Their key property is that predicting the true probability is optimal. We give two well-known examples:\n",
450450
"\n",
451451
"* **cross entropy** also known as log loss\n",
452452
"* **Brier score** also known as squared error\n",
@@ -1308,8 +1308,18 @@
13081308
"toc_visible": true
13091309
},
13101310
"kernelspec": {
1311-
"display_name": "Python 3",
1311+
"display_name": "python3_general",
1312+
"language": "python",
13121313
"name": "python3"
1314+
},
1315+
"language_info": {
1316+
"name": "python",
1317+
"version": "3.9.15 (main, Nov 15 2022, 05:24:15) \n[Clang 14.0.0 (clang-1400.0.29.202)]"
1318+
},
1319+
"vscode": {
1320+
"interpreter": {
1321+
"hash": "dde43cc9f85737de16f122c427943bad6283df40a9f2bf91859955d42eb99337"
1322+
}
13131323
}
13141324
},
13151325
"nbformat": 4,

0 commit comments

Comments
 (0)