Ab test selection
AbTestSelection #
AbTestSelection(
a_selections: Sequence[RapidataSelection],
b_selections: Sequence[RapidataSelection],
)
Bases: RapidataSelection
AbTestSelection Class
Splits the userbase into two segments and serves them a different collection of rapids.
Useful for A/B Test.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
a_selections
|
Sequence[RapidataSelection]
|
List of selections for group A. |
required |
b_selections
|
Sequence[RapidataSelection]
|
List of selections for group B. |
required |