Skip to content

Add min_count parameter to Gaussian partition selection#41

Merged
copybara-service[bot] merged 1 commit into
mainfrom
cl/934904692
Jun 24, 2026
Merged

Add min_count parameter to Gaussian partition selection#41
copybara-service[bot] merged 1 commit into
mainfrom
cl/934904692

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Jun 19, 2026

Copy link
Copy Markdown

Add min_count parameter to Gaussian partition selection

Allows callers to specify a minimum true count below which partitions
are never returned. The threshold shifts from T = 1 + sigma * ppf(1-delta)
to T = min_count + sigma * ppf(1-delta).

@copybara-service copybara-service Bot force-pushed the cl/934904692 branch 4 times, most recently from cf63fe4 to 9923b39 Compare June 24, 2026 00:03
Allows callers to specify a minimum true count below which partitions
are never returned. The threshold shifts from T = 1 + sigma * ppf(1-delta)
to T = min_count + sigma * ppf(1-delta).

PiperOrigin-RevId: 937136435
@copybara-service copybara-service Bot merged commit e2a5188 into main Jun 24, 2026
@copybara-service copybara-service Bot deleted the cl/934904692 branch June 24, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants