Skip to content

yohou.weighting

Weighter estimators for time-axis weighting of training and evaluation.

Classes

Name Description
BaseWeighter Base class for time-axis weighter estimators.
CompositeWeighter Combine multiple named weighters into a single weight series.
ExponentialDecayWeighter Exponential decay weights giving more weight to recent keys.
LinearDecayWeighter Linear decay weights giving more weight to recent keys.
LookupWeighter Explicit per-key weights from a mapping.
SeasonalEmphasisWeighter Weights emphasizing keys in phase with the most recent seasonal position.
TableWeighter DataFrame-driven weights resolved by joining on a key column.