tune.instructions {OmicsMarkeR}R Documentation

Model Optimization Instructions

Description

Provides directions for which parameters to loop over during tuning. This becomes important when certain models can access 'lower' parameters without running them independently.

Usage

tune.instructions(method, grid)

Arguments

method

Vector of strings indicating which models will be fit

grid

A list of parameters grids to be applied to the models

Value

modelInfo

List of the following components

.

Author(s)

Charles E. Determan Jr.


[Package OmicsMarkeR version 1.14.0 Index]