collect_results: Collecting results back to R from local files

Description Usage Arguments

View source: R/wrap_up.R View source: R/utilities.R

Description

Collecting results back to R from local files

Collect desired results from local files.

Usage

 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")
)

Arguments

result_path

path to result directory

executionid

for which execution to get the results

tables

which result tables to return?


Bilot/AI-jack-opensource-R documentation built on July 28, 2020, 1:15 a.m.