You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the news aggregator simulation, we show bars below each story illustrating the ranking score formula: log(score)+log(gravity)=log(upvotes). This is interesting because it shows why stories with more upvotes can be ranked lower.
We could add the penalty to this formula. So it would be log(score)+log(gravity)+log(penalties)=log(upvotes)
We could also create a separate chart showing the same thing over time.
The text was updated successfully, but these errors were encountered:
In the news aggregator simulation, we show bars below each story illustrating the ranking score formula:
log(score)+log(gravity)=log(upvotes)
. This is interesting because it shows why stories with more upvotes can be ranked lower.We could add the penalty to this formula. So it would be
log(score)+log(gravity)+log(penalties)=log(upvotes)
We could also create a separate chart showing the same thing over time.
The text was updated successfully, but these errors were encountered: