Class MostPopularFeatureConfig (0.13.11)

MostPopularFeatureConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Feature configurations that are required for creating a Most Popular engine.

Attribute

Name Description
time_window_days int
The time window of which the engine is queried at training and prediction time. Positive integers only. The value translates to the last X days of events. Currently required for the most-popular-items engine.