Description Usage Arguments Value
Given a model and some threshold, estimate the classification for each observation.
1 2 3 | postr_classify(model, threshold, newdata = NULL)
pr_classify(model, threshold, newdata = NULL)
|
model |
A supported model. |
threshold |
A numeric value in the range [0,1]. |
newdata |
An optional dataframe of observations to classify instead of the observations used in building the model. |
A vector of logical classifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.