kurtawirth / botscan

R tool for scanning Twitter for bot activity on a conversation level.
GNU General Public License v3.0
10 stars 6 forks source link

Add argument to allow for customization of method by which handles are classified, including averaging all probabilities #7

Closed kurtawirth closed 3 years ago

kurtawirth commented 6 years ago

Clarifying: Currently, botscan returns the percentage of a conversation that is above a threshold provided by the user. Users may want other calculations (though they are currently provided with the entire dataframe and may choose to do them themselves). Adding calculations like the below may help users get the information they are seeking more quickly.

kurtawirth commented 3 years ago

Completed in commit 74c607ee014046851fbdf2602502cc880c5a36de. Closing.