Analysis¶
RunDescriptor
dataclass
¶
Metadata describing a single experiment run.
Attributes:
| Name | Type | Description |
|---|---|---|
model |
str
|
Model name used for the run. |
run_id |
str
|
Run identifier (e.g., directory name). |
label |
str
|
Label describing the run variant. |
summary_path |
Path
|
Path to the summary JSON file. |
analysis_dir |
Path
|
Directory containing analysis artifacts. |
feature_mode |
str or None
|
Optional feature mode (e.g., vision context setting). |
discover_runs ¶
discover_runs(results_root)
Discover run analysis folders beneath results/<model>/run_*/.
latest_run ¶
latest_run(runs, model, label, feature_mode=None)
Select the newest run matching the provided filters.