predict_hist_binning {CalibratR} | R Documentation |
predict_hist_binning
Description
predict for a new element using histogram binning
Usage
predict_hist_binning(histogram, new)
Arguments
histogram |
the output of |
new |
vector of uncalibrated probabilities |
Value
a list object containing the following components
predictions |
contains a vector of calibrated predictions |
significance_test_set |
the percentage of |
pred_per_bin |
a table containing the number of instances from |
[Package CalibratR version 0.1.2 Index]