estimate_positivity_rate_model | R Documentation |
The function uses an Annotation data set to train a Bayesian logistic model that estimates the probability of a relevant record given the lower boundaries of the PPD produced by the classification model for the records whose label was manually reviewed.
estimate_positivity_rate_model(train_data, seed = 14129189)
train_data |
An Annotation data set with predictions produced by
|
seed |
An integer to replicate results |
The produced model can be used to predict the distribution of the cumulative number of total unseen positive records.
Usually this function is not to be used directly but through
estimate_performance()
.
An object of class brmsfit
. See brms::brm()
for mode info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.