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
docs(restartContext): record diagnostics integration and real-data validation
Added suffix-aware summarize_diagnostics + benchmark report integration
Confirmed robust re-fit loop in real datasets
Prepared next-phase plan for real-use-case profiling and fast-path study
-`GroupByRegressor.summarize_diagnostics()` and `format_diagnostics_summary()` now compute mean/median/std + quantiles (p50–p99) for all key diagnostic metrics (`time_ms`, `n_refits`, `frac_rejected`, `cond_xtx`, `hat_max`, `n_rows`).
135
+
- Handles both prefixed (`diag_…`) and suffixed (`…_fit`, `…_dIDC`) columns.
136
+
137
+
***Benchmark integration**
138
+
-`bench_groupby_regression.py` now:
139
+
- Calls class-level summary after each scenario.
140
+
- Writes per-scenario `diag_summary.csv` and appends human-readable summaries to `benchmark_report.txt`.
141
+
- Saves `diag_top10_time__<scenario>.csv` and `diag_top10_refits__<scenario>.csv` for quick inspection.
0 commit comments