-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 802 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: shouldbeverified
Title: Predict Whether Twitter Users Should Be Verified
Version: 0.0.1
Authors@R:
person(given = "Michael W.",
family = "Kearney",
role = c("aut", "cre"),
email = "kearneymw@missouri.edu",
comment = c(ORCID = "0000-0002-0730-4694"))
Description: Generates predictions of whether Twitter users should be verified
using a boosted logistic regression model trained on 24,000 verified and
non-verified Twitter accounts. Performance on test data was 96% accurate.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
rtweet (>= 0.6.8),
textfeatures (>= 0.3.1),
gbm (>= 2.1.4)
RoxygenNote: 6.1.1
URL: https://github.com/mkearney/shouldbeverified
BugReports: https://github.com/mkearney/shouldbeverified/issues