Description Usage Arguments Details Value
This method builds a BBQ calibration model using the trainings set provided.
1 | build_BBQ(actual, predicted)
|
actual |
vector of observed class labels (0/1) |
predicted |
vector of uncalibrated predictions |
Based on the paper (and matlab code) : "Obtaining Well Calibrated Probabilities Using Bayesian Binning" by Naeini, Cooper and Hauskrecht: ; https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4410090/
returns the BBQ model which includes models for all evaluated binning schemes; the prunedmodel contains only a selection of BBQ models with the best Bayesian score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.