abci_upload_params: upload a parameter grid to abci

Description Usage Arguments

View source: R/abcihelpr.R

Description

upload a parameter grid to abci

Usage

1
2
3
4
5
6
7
8
abci_upload_params(
  grid_tune_id = 1001,
  tune_wf,
  tune_folds,
  pkg_names = NULL,
  param_grid,
  fns = NULL
)

Arguments

grid_tune_id

id for a parameter grid

tune_wf

workflow object for tuning with a parameter grid

tune_folds

resample object (rest() object) for tuning

pkg_names

additional packages to load in the tuning script

param_grid

A data frame of tuning combinations

fns

character vector of function names to be exported


TatsumotoH/abcihelpr documentation built on Dec. 18, 2021, 4:05 p.m.