You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core/bridge/bridge_engine.py then correlates operator-side outputs against behavioral-side outputs. The F↔F correlation entry compares a repetition measure against a vector-similarity measure — two quantities with no shared semantics. Any bridge output that uses this correlation is misleading.
Fix options:
Rename the behavioral-side key (e.g. F_sim, F_cos, feat_cos).
Rename the operator-side key (e.g. F_fix, fixation).
At minimum, add a comment in bridge_engine.py noting the naming collision so readers do not interpret the F↔F bridge correlation as comparing like with like.
The rename needs to propagate through RoundMetrics, bridge_engine correlation tables, and any downstream consumers of the metric keys.
The letter
Fis assigned two incompatible operationalizations:Fmeansbackend/src/edcmbone/metrics/compute.py::_compute_Fcore/behavioral/behavioral_metrics.pycore/bridge/bridge_engine.pythen correlates operator-side outputs against behavioral-side outputs. TheF↔Fcorrelation entry compares a repetition measure against a vector-similarity measure — two quantities with no shared semantics. Any bridge output that uses this correlation is misleading.Fix options:
F_sim,F_cos,feat_cos).F_fix,fixation).bridge_engine.pynoting the naming collision so readers do not interpret theF↔Fbridge correlation as comparing like with like.The rename needs to propagate through
RoundMetrics,bridge_enginecorrelation tables, and any downstream consumers of the metric keys.