Skip to content

Commit

Permalink
Merge pull request #594 from abhicc/abhicc_ROC
Browse files Browse the repository at this point in the history
Add definition for 'ROC curve' (English)
  • Loading branch information
jsteyn authored Oct 16, 2023
2 parents 20d77f6 + fc56fbf commit c2d717b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10221,3 +10221,15 @@
A hidden layer in a [neural network](#neural_network) refers to the layers of neurons that are
not directly connected to input or output. The layers are "hidden" because you do not directly
observe their input and output values.
- slug: roc_curve
ref:
- machine_learning
- classification
en:
term: "ROC Curve"
def: >
A ROC curve (Receiver Operating Characteristic curve) is a graph that displays the performance
of a binary classifier at different [classification](#classification) thresholds. The curve is
obtained by plotting the True Positive Rate (also known as Recall or [Sensitivity](#sensitivity))
along the vertical axis and the False Positive Rate along the horizontal axis.

0 comments on commit c2d717b

Please sign in to comment.