Skip to main content

Rising Popularity (Rule-Based)

warning

This is an article from the Shaped 1.0 documentation. The APIs have changed and information may be outdated. Go to Shaped 2.0 docs

Description

The Rising Popularity policy ranks or scores items based on their recent increase in popularity or engagement momentum. It identifies items that are rapidly gaining traction over a defined time period, emphasizing the rate of change. Useful for surfacing viral content or breaking news.

Policy Type: rising-popularity Supports: scoring_policy

Configuration Example

policy_configs:
scoring_policy:
policy_type: rising-popular
# Parameters define how trend/momentum is calculated.
# Example parameters:
time_window: 7 # Time window for measuring popularity change (verify syntax/unit)
time_frequency: "1D" # How often the score updates (verify syntax/unit)

Reference

  • Algorithm depends on implementation (e.g., time-series analysis, windowed comparisons). No single standard paper.