calibration: This function creates a calibration object. A calibration...

Description Usage Arguments Value Examples

Description

This function creates a calibration object. A calibration object is used in a model family to specify how to compare models in a model family to determine the best model.

Usage

1
calibration(score = "accuracy", sampling = "bootstrap", reps = 10)

Arguments

score

Defines the score to be used for the calibration object. Defaults to 'accuracy'.

Value

The new calibration object. This is of class "calibration".

Examples

1
cal <- calibration(score = "accuracy",sampling = "bootstrap",reps = 10)

emilyklisa/mli documentation built on May 25, 2019, 5:21 p.m.