View source: R/transform_tweets.R
transform_tweets | R Documentation |
Transform tweets into format for modeling. This can be saved and combined with SHAP values later. Follower growth of the xGPhilophy account is assumed to be linear per tweet, while growth of the team accounts is assumed to follow a concave curve.
transform_tweets(tweets, ..., train = TRUE, first_followers_count = 5000)
tweets |
Tweets retrieved with |
... |
Not currently used |
train |
If |
first_followers_count |
Assumed number of xGPhilosphy followers around the end of 2019. We have to make an assumption so that we can do interpolation of growth of followers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.