Skip to content

Commit 0310825

Browse files
committed
DOC replace AUPCR by PRC
1 parent 98a6190 commit 0310825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/tutorials/structured_data/imbalanced_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@
10461046
"id": "Y5twGRLfNwmO"
10471047
},
10481048
"source": [
1049-
"### Plot the AUPRC\n",
1049+
"### Plot the PRC\n",
10501050
"\n",
10511051
"Now plot the [AUPRC](https://developers.google.com/machine-learning/glossary?hl=en#PR_AUC). Area under the interpolated precision-recall curve, obtained by plotting (recall, precision) points for different values of the classification threshold. Depending on how it's calculated, PR AUC may be equivalent to the average precision of the model.\n"
10521052
]
@@ -1268,7 +1268,7 @@
12681268
"id": "_0krS8g1OTbD"
12691269
},
12701270
"source": [
1271-
"### Plot the AUPRC"
1271+
"### Plot the PRC"
12721272
]
12731273
},
12741274
{

0 commit comments

Comments
 (0)