ibl_bwb_eval.scoring.ts3#

TS3 scoring utility.

Loads prediction .safetensors files, aligns by unit_id to the ground truth, and computes brain-region classification metrics.

Usage:

python -m ibl_bwb_eval.scoring.ts3 –pred_dir predictions/<label> –gt_dir ground_truth/

score_file

Score one prediction file against its ground truth file.

score_dir

Score all prediction files found under pred_dir.

summarize

Aggregate per-seed scores into mean ± SEM per label.