User score filter
UserScoreFilter #
UserScoreFilter(
lower_bound: float = 0.0,
upper_bound: float = 1.0,
dimension: str | None = None,
)
Bases: RapidataFilter
UserScoreFilter Class
Can be used to filter who to target based on their user score.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
lower_bound
|
float
|
The lower bound of the user score. |
0.0
|
upper_bound
|
float
|
The upper bound of the user score. |
1.0
|
dimension
|
str
|
The dimension of the userScore to be considerd for the filter. |
None
|