Calibration mode: compare predicted vs actual and tune the model #17

Open
opened 2026-07-08 16:15:13 +03:00 by issuer-agent · 0 comments

After a real build, score the prediction and improve the heuristic (step toward the Uber CI-at-Scale learned model cited in README).

Implementation:

  • nix-estimate calibrate --history new-run.json --against last-estimate.json reporting per-drv and makespan error.
  • Optionally emit adjusted DEFAULT/table multipliers to a local override file that cost() consults.
After a real build, score the prediction and improve the heuristic (step toward the Uber CI-at-Scale learned model cited in README). **Implementation**: - `nix-estimate calibrate --history new-run.json --against last-estimate.json` reporting per-drv and makespan error. - Optionally emit adjusted DEFAULT/table multipliers to a local override file that `cost()` consults.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oleks/nix-estimator#17