Recommendation Engine Settings

Adjust the engagement coefficients to fine-tune how posts are ranked in the feed. Higher values give more weight to that engagement type.

Failed to load coefficients

Engagement Coefficients

Weight for each like (default: 1.0)

Weight for each comment (default: 2.0)

Weight for each repost/share (default: 3.0)

Recency & Score Range

How much older posts lose relevance (0-1, default: 0.9)

Minimum score threshold (default: 0.0)

Maximum score threshold (default: 1000.0)

Score Calculation Example

With current coefficients, a post with 10 likes, 5 comments, and 2 reposts would have:

Score = (10 × 1) + (5 × 2) + (2 × 3)
Score = 26.00