View source: R/wrap_up.R View source: R/utilities.R
Collecting results back to R from local files
Collect desired results from local files.
1 2 3 4 5 6 7 8 9 10 11 12 13 | collect_results(
result_path,
executionid,
tables = c("execution", "accuracy", "column_importance", "coefficients", "metadata",
"validation")
)
collect_results(
result_path,
executionid,
tables = c("execution", "accuracy", "column_importance", "coefficients", "metadata",
"validation")
)
|
result_path |
path to |
executionid |
for which execution to get the results |
tables |
which result tables to return? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.