build_GUESS function

build_GUESS

build_GUESS

This method builds a GUESS calibration model using the trainings set provided.

build_GUESS(actual, predicted)

Arguments

  • actual: vector of observed class labels (0/1)
  • predicted: vector of uncalibrated predictions

Returns

returns the trained GUESS model that can be used to calibrate a test set using the predict_GUESS method

See Also

denscomp

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

Useful links