View source: R/bt_generate_pr_metrics.R
| bt_generate_pr_metrics | R Documentation | 
Generates precision, and recall metrics for a given IR model. Takes in vectors of the model's predictions, the real label for the documents and an optional model name.
bt_generate_pr_metrics(model.prediction, real.label, model.name = "model")
| model.prediction | The prediction of your model, boolean. | 
| real.label | The real label of the document, boolean. | 
| model.name | The name of the model (optional) | 
data.frame with the scores
www.globaltradealert.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.