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 Gaussian Mixture Models for every (bucket, state) so we can draw continuous load values instead of discrete levels.
Fit a spherical GMM with 1–3 components, pick k via lowest BIC, and fall back to a single normal when fewer than 30 samples are available.