简体   繁体   English

有没有办法计算推特用户的影响力?

[英]is there any way to calculate twitter users influence?

i wanna to calculate twitter user influence based on this informatins:我想根据以下信息计算 Twitter 用户影响力:

 <User_ID,Followings_count,Followers_count,Tweet_Count,Retweet_count,Tweets_Favorite_count>

(Tweets_Favorite_count Indicates approximately how many times these Tweets has been liked by Twitter users) (Tweets_Favorite_count 表示这些推文被 Twitter 用户点赞的大约次数)

Is there a way to achieve this goal?有没有办法实现这个目标? like a mathematics formula and so on ?比如数学公式之类的?

Your formula will depend on what you value the most.你的公式将取决于你最看重什么。

As per your requirement If you do care about the ratio, then you can take all your data, find the highest ratio and the lowest ratio in your dataset and based on where a new user stands, you can give them a score.根据您的要求如果您确实关心比率,那么您可以获取所有数据,找到数据集中的最高比率和最低比率,并根据新用户的立场,您可以给他们打分。

If you want to get really fancy with it, you can do a bit of machine learning, for example the sklearn Python library, use a clustering algorithm to help you figure out different segments of your data and then using a classification algorithm to classify each new user.如果你想真正喜欢它,你可以做一些机器学习,例如 sklearn Python 库,使用聚类算法来帮助你找出数据的不同部分,然后使用分类算法对每个新的用户。

For more information and help read this article .如需更多信息和帮助,请阅读本文

Hope this will help you!希望能帮到你! :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM