Commit 1d3fa3de authored by BRellu's avatar BRellu

update bayseian M value

parent 78a30cb1
...@@ -30,7 +30,7 @@ class FeatureUpdater: ...@@ -30,7 +30,7 @@ class FeatureUpdater:
current_feature = features[feature] current_feature = features[feature]
existing_review_count = current_feature["review_count"] existing_review_count = current_feature["review_count"]
M = 4.5 M = 4
C = max(2, 10 - (existing_review_count // 20)) # Reduce prior influence faster C = max(2, 10 - (existing_review_count // 20)) # Reduce prior influence faster
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment