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!
MustachedSpud t1_iun145l wrote
Those sound sensible to me. Only other data that I can think of using would be engagement rate, like how many comments/likes per view.