prepare: Prepare the data for the specified test.

Description Usage Arguments Value Methods (by class)

Description

This allows for different implementations for regression or classification

Usage

1
2
3
4
prepare(test, ...)

## Default S3 method:
prepare(test, ...)

Arguments

test

The test for which data is prepared

...

Extra arguments to prepare

Value

data A list containing prepared train (data$train) and holdout (data$holdout) data frames. Extra method specific preparation is executed through a call to method_prepare

Methods (by class)


crtests documentation built on May 1, 2019, 9:09 p.m.