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

Function label_key

experiments/baselines/nl_profile/runner.py:478–479  ·  view source on GitHub ↗
(row: Dict[str, Any])

Source from the content-addressed store, hash-verified

476
477
478def label_key(row: Dict[str, Any]) -> Tuple[str, str]:
479 return (str(row.get("episode_id") or ""), paper_identity(row))
480
481
482def build_label_map(label_rows: Sequence[Dict[str, Any]]) -> Dict[Tuple[str, str], Dict[str, Any]]:

Callers 2

build_label_mapFunction · 0.70
rerank_episodesFunction · 0.70

Calls 2

getMethod · 0.80
paper_identityFunction · 0.70

Tested by

no test coverage detected