Just curious what the ‘Score’ attribute on a user post indicates, and/or how it’s calculated. Thanks!
Score. Score for a Post. How is this calculated?
Used in the summarize topic function which appears on topics with more than 50 replies.
As for how it’s calculated, everything is in the ScoreCalculator class
What cool data explorer queries have you come up with?
Very nice! but can you please provide an example with a basic use case? I don’t understand all the complex math used to calculate the score, and this is something critical for me as I want to use this to classify/rank/grade questions and answers. (unless you already have a system for this in place).
I ask this as I just saw, replied, and liked a topic, and now I have a score of 0.2, which I don’t understand as I though the score for liking weighted 15.
Thanks!
Same. How did you determine the default score weights to use? Why were these variables and corresponding weights chosen?
I’m trying to run a query that uses p.score in calculating Top Quality Users. The script includes users’ post scores as a factor, but I need to understand how the score is derived and weighted.