Comment by sstrudeau
15 years ago
There's a python implementation in the original article:
def calculate_score(votes, item_hour_age, gravity=1.8):
return (votes - 1) / pow((item_hour_age+2), gravity)
15 years ago
There's a python implementation in the original article:
def calculate_score(votes, item_hour_age, gravity=1.8):
return (votes - 1) / pow((item_hour_age+2), gravity)
No comments yet
Contribute on Hacker News ↗