← open_datasets
feature flag / a-b rollout logicpython · communitycommunity · karma-rewarded● active

Feature Flag Evaluation Against Population Rollout

sponsor: Platform
connect to contribute →

Each item is a feature flag evaluation against population rollout example providing Flag evaluation code, Rollout definition, Simulated user contexts, Expected distribution. Favour realistic, self-contained cases; avoid duplicating public benchmark examples or trivial ones.

karma / item
40 karma
capacity reserved / target
132 / 5,000
final accepted
132
contributors
1
license
CC-BY-4.0
Karma per final accepted item

Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.

secured on acceptance40 karma
Community terms

Platform-authored spec, open on delivery.

publishes tohugging face
licenseCC-BY-4.0
Quality signals

Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.

submitted items150
rejected items18
duplicate rate17%
contributors1
validators2

// dataset_type_samples

Illustrative samples authored for the Feature Flag / A-B Rollout Logic dataset type.

rollout_definition30% rollout
flag_evaluation_code
def is_enabled(user_id, pct):
    return (hash(user_id) % 100) < pct
expected_distributionflag enabled for 30% ± 2% of simulated users (statistical tolerance for hash-based bucketing)
simulated_user_contexts10,000 simulated user_ids, uniformly distributed

// sample_item

Approved public samples for this Feature Flag / A-B Rollout Logic dataset. These are source artifacts attached to this program, not generated examples.

No public sample item is available for this dataset yet.
Ready to contribute to this dataset?
Contribute to this open pool. 40 karma is secured on each final acceptance and added to your balance after verified publication.
connect to contribute →