# OnCo record roc-auc (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/roc-auc/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "roc-auc" ;
  schema:name "ROC-AUC, PR-AUC and time-dependent AUC"@en ;
  schema:alternateName "ROC-AUC"@en, "AUROC"@en, "ROC curve"@en, "area under the ROC curve"@en, "PR-AUC"@en, "AUPRC"@en, "precision-recall curve"@en, "average precision"@en, "time-dependent AUC"@en, "AUC(t)"@en ;
  schema:description "ROC-AUC is the chance a classifier scores a random positive above a random negative; PR-AUC focuses on the positives and is the better summary when they are rare; time-dependent AUC applies the idea to survival at a chosen horizon."@en ;
  schema:url <https://onco.cc/terms/roc-auc/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Receiver_operating_characteristic> ;
  schema:citation <https://en.wikipedia.org/wiki/Precision_and_recall>, <https://en.wikipedia.org/wiki/Receiver_operating_characteristic> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/concordance-index/>, <https://onco.cc/terms/calibration/>, <https://onco.cc/terms/accuracy-f1/>, <https://onco.cc/terms/biomarker/> .
