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
Implement a CPM-aware tuning path that reuses fold-level computation across threshold candidates.
Why
Threshold sweeps are a core CPM workload. The current generic tuning path recomputes a full fold fit for each threshold value and pays substantial framework overhead. CPM should be able to reuse fold-local statistics and make threshold tuning much cheaper.
Scope
Design a tuning runner that stays inside cpmr rather than routing through tune::tune_grid().
Reuse per-fold artifacts wherever valid, for example edge-behavior association statistics computed from the analysis split.
Support multiple thresh_level values under a fixed thresh_method.
Objective
Implement a CPM-aware tuning path that reuses fold-level computation across threshold candidates.
Why
Threshold sweeps are a core CPM workload. The current generic tuning path recomputes a full fold fit for each threshold value and pays substantial framework overhead. CPM should be able to reuse fold-local statistics and make threshold tuning much cheaper.
Scope
cpmrrather than routing throughtune::tune_grid().thresh_levelvalues under a fixedthresh_method.Open questions
alphaandsparsitythresholds respectively?Non-goals
tune.Exit criteria