MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / label_for_score

Function label_for_score

experiments/baselines/citation_enhanced/runner.py:452–457  ·  view source on GitHub ↗
(score: float)

Source from the content-addressed store, hash-verified

450
451
452def label_for_score(score: float) -> str:
453 if score >= LABEL_THRESHOLDS["high_relevant"]:
454 return "high_relevant"
455 if score >= LABEL_THRESHOLDS["maybe_interested"]:
456 return "maybe_interested"
457 return "edge_relevant"
458
459
460def score_row(

Callers 1

score_rowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected