run_validation_tests {recorder} | R Documentation |
Run Validation Tests on Variable in New Data
Description
Runs a set of validation tests on a variable in new data. These tests are
based on statistics and meta data of the same variable recorded
(with record
) from the training data.
Usage
run_validation_tests(x, parameters, ...)
Arguments
x |
variable in new data. |
parameters |
|
... |
further arguments passed to or from other methods. Not used at the moment. |
Details
Look up the descriptions and other meta data of the available
validation tests with get_tests_meta_data
.
Value
list
results from validation tests.
[Package recorder version 0.8.2 Index]