Learn R Programming

tweetbotornot (version 0.1.0)

classify_data: classify data

Description

Generate predicted probabilities of observations being bots.

Usage

classify_data(x, model)

Arguments

x

New data on which to apply botornot model.

model

gbm model from which to predict.

Value

Vector of predictions expressed as probabilities of accounts being bots.