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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Add timing artifact to EQ_predict output
Wraps trainer.predict in a wall-clock timer and writes a one-row
<output>.timing.parquet sidecar with total_seconds, n_rows, n_tasks,
seconds_per_row, and seconds_per_task. Always-on, mirrors the existing
embeddings sibling pattern.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* Apply ruff format
* Apply ruff format
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>