Description Usage Arguments Details Value Author(s) Examples
View source: R/predict_calibratR_parallel.R
maps the uncalibrated predictions new
into calibrated predictions using the passed over calibration models
1 | predict_calibratR(calibration_models, new = NULL, nCores = 4)
|
calibration_models |
list of trained calibration models that were constructed using the |
new |
vector of new uncalibrated instances. Default: 100 scores from the minimum to the maximum of the original ML scores |
nCores |
|
if no new
value is given, the function will evaluate a sequence of numbers ranging from the minimum to the maximum of the original values in the training set
list object with the following components:
predictions |
a list containing the calibrated predictions for each calibration model |
significance_test_set |
a list containing the percentage of |
pred_per_bin |
a list containing the number of instances in each bin for the binning models |
Johanna Schwarz
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.