predict_hist_binning function

predict_hist_binning

predict_hist_binning

predict for a new element using histogram binning

predict_hist_binning(histogram, new)

Arguments

  • histogram: the output of build_hist_binning
  • new: vector of uncalibrated probabilities

Returns

a list object containing the following components - predictions: contains a vector of calibrated predictions

  • significance_test_set: the percentage of new instances that was evaluated using significant prediction estimates

  • pred_per_bin: a table containing the number of instances from new for each bin of the final binning scheme of histogram

  • Maintainer: Dominik Heider
  • License: LGPL-3
  • Last published: 2019-08-19

Useful links