data_instagram | R Documentation |
This dataset contains information on fake (spam) accounts on Instagram. The original source is https://www.kaggle.com/free4ever1/instagram-fake-spammer-genuine-accounts by Bardiya Bakhshandeh.
The data contains information on 696 Instagram accounts. For each account, 11 variables were recorded describing its characteristics. The goal is to detect fake instagram accounts, which are used for spamming.
data("data_instagram")
A data frame with 696 observations on the following variables.
binary, indicates whether profile has picture.
ratio of number of numerical chars in username to its length.
number of words in full name.
ratio of number of numerical characters in full name to its length.
binary, indicates whether the name and username of the profile are the same.
length of the description/biography of the profile (in number of characters).
binary, indicates whether profile has external url.
binary, indicates whether profile is private or not.
number of posts made by profile.
number of followers.
numbers of follows.
whether profile is fake or not.
vector taking the values “train” or “test” indicating whether the observation belongs to the training or the test data.
https://www.kaggle.com/free4ever1/instagram-fake-spammer-genuine-accounts
data(data_instagram)
str(data_instagram)
# The data are used in:
## Not run:
vignette("Random_forest_examples")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.