record {recorder} | R Documentation |
Record Statistics and Meta Data of Variables in Training Data
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
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
record(iris)
[Package recorder version 0.8.2 Index]