tune_helper: A helper function for 'tune'

Description Usage Arguments Details Value

View source: R/tune_helper.R

Description

tune_helper is a helper function that summarizes part of the tuning process for the method tune.

Usage

1
tune_helper(method, df, resp, nfold, nrep, ignore_col, ...)

Arguments

method

The model-building method

df

The data frame to train on

resp

The name of the column containing the response variable

nfold

The number of folds to use in evaluation

nrep

The number of repetitions to use in evaluation

ignore_col

Columns to ignore during model-building

Details

Calls on best_summary_stat to find the best-performing model.

Value

A list containing several fields relevant for the model:


awqx/qsarr documentation built on Oct. 2, 2021, 7:05 a.m.