Description Usage Arguments Value Examples
View source: R/handle-results.R
Apply an RFQAmodel classifier and attach the results
1 2 | classify_models(features, classifier, name = "RFQAmodel",
confidence = FALSE)
|
features |
data frame |
classifier |
classifier object |
name |
string. Optional name for score column |
confidence |
boolean. Whether to also add confidence category |
Returns the data frame of features with the score from the classifier for each model
1 2 | results <- classify_models(validation_tab, RFQAmodel, "RFQAmodel", confidence = TRUE)
results2 <- classify_models(results, RFQAmodel_local, "RFQAmodel_local")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.