build_GUESS {CalibratR}R Documentation

build_GUESS

Description

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

Usage

build_GUESS(actual, predicted)

Arguments

actual

vector of observed class labels (0/1)

predicted

vector of uncalibrated predictions

Value

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

See Also

denscomp


[Package CalibratR version 0.1.2 Index]