View source: R/model-artifacts.R
| test_gazepoint_model_portability | R Documentation |
Test model-artifact serialization and optional fresh-process prediction
test_gazepoint_model_portability(
artifact,
newdata = artifact$reference_data,
tolerance = 1e-08,
fresh_process = FALSE
)
artifact |
Model artifact. |
newdata |
Optional prediction fixture. |
tolerance |
Numeric prediction tolerance. |
fresh_process |
Whether to test in a fresh R process using |
A gp3ml_model_portability_test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.