record: Record Statistics and Meta Data of Variables in Training Data

Description Usage Arguments Value Examples

Description

Records statistics and meta data of variables in the training data for a predictive model. The recorded data can then be used to compute a set of validation tests on new data with play.

Usage

1
record(x, ...)

Arguments

x

training data (or just a single variable from the training data) to record the statistics and other relevant meta data of.

...

further arguments passed to or from other methods.

Value

list recorded statistics and meta data. The list will inherit from the data.tape class when the function is invoked with a data.frame.

Examples

1

recorder documentation built on June 13, 2019, 9:04 a.m.