Submitted by Seankala t3_yj2r0y in MachineLearning
I'm currently in charge of a project that deals with social media texts in the e-commerce domain. My objective is that I want to create "popularity scores" for particular items per each week. I'm currently using a very crude metric of using a weighted mean between the number of views and comments per post. However, I'd like to know if there's another way that I can score popularity.
I've currently found papers like this: https://dl.acm.org/doi/abs/10.1145/2661714.2661722 but they're rather old. Wondering if there's a better way to go about this.
Thank you!
trendymoniker t1_iunwsjv wrote
It all comes down to what you’re optimizing for. I’d you have a system want to optimize for likes, count likes. If you want to optimize for shares or watch time count those. If you’re interested in some sort of omnibus “popularity” count whatever weighted sum of those makes sense