Period Time
Classes
PeriodTime(period_time: datetime.timedelta, weight: float = 1.0)
: A class representing a period time parameter.
Attributes:
period_time (timedelta): Oldest item the parameter will differentiate. Older items will have
0 or negative_filter
recency_score.
weight (float): Defaults to 1.0. Useful to tune different period_times against each other.
Last updated
Was this helpful?