Page 1 of 1

Activity Ratio: followings / activitycount (status+likes)

Posted: Fri Mar 02, 2018 11:02 pm
by martin@rootjazz
Activity ratio to filter in / out based on the ratio of number of followings and number of "activity".

Activity is worked out as: statuses+likes.


Why would you want this? Well I well just quote the user who requested it :)
this chap is a "non-active user". He is of literally no use to me. He's
a "follow hunter". He will never like or retweet anything I EVER do (or
even see it, but I don't mind that as much). He'll never engage.

<<The Logic>>
How do I know he won't engage mathematically? Two stats. Look at his
like count, it's 150. Look at his tweet count, 959, not bad. But look at
his follower/following counts! 1959/10000. He probably hunted me by the
looks of it.

What does it mean? A person is useful, in an engagement respect, if they
engage (like or retweet).

<<The Math>>
ActvityRatioGoal = 1;
LikeCount = 150;
TweetCount = 929;
FollowingCount = 1959;

ActivityCount = LikeCount+TweetCount; // 150 + 929= 1079
ActivityRatio = FollowingCount / ActivityCount; //1959 / 1079= 1.81


If (ActivityRatio > ActvityRatioGoal) // 1.81 > 1
fail // (ditch this tool)
else
pass // he's ok.

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Wed Sep 18, 2019 6:13 pm
by Aturingtest
I set the activity ratio to 1.81 is that correct for an average user ?

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Wed Sep 18, 2019 8:31 pm
by martin@rootjazz
Aturingtest wrote: Wed Sep 18, 2019 6:13 pm I set the activity ratio to 1.81 is that correct for an average user ?
there is no "correct" value.

That 1.81 is just want a customer gave as an example of why this AR is a good idea.

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Fri Jan 28, 2022 7:52 pm
by Yrokumata
So what should be the minimum and the max Martin?

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Tue Feb 01, 2022 3:26 pm
by martin@rootjazz
Yrokumata wrote: Fri Jan 28, 2022 7:52 pm So what should be the minimum and the max Martin?
For what?
What do you want to do?
The min / max will vary depending on what you want to do

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Tue Feb 01, 2022 10:42 pm
by Yrokumata
In the example above... a person who interacts with the things I post... I'm currently using between 0.00 and 1.00.
Is this the correct?

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Wed Feb 02, 2022 3:02 pm
by martin@rootjazz
Yrokumata wrote: Tue Feb 01, 2022 10:42 pm In the example above... a person who interacts with the things I post... I'm currently using between 0.00 and 1.00.
Is this the correct?
There is no correct. If you don't have a reason for using the filter, don't use it. Dont' set them just because you can. As probably you just ignoring users needlessly that means you are scraping more for no reason.

Re: Activity Ratio: followings / activitycount (status+likes)

Posted: Wed Feb 02, 2022 6:20 pm
by Yrokumata
Ok...I'll leave it alone then. Thanks for the advice mate ;)