Learn R Programming

parsnip (version 0.0.0.9000)

finalize: Resolve a Model Specification for a Computational Engine

Description

finalize will translate a model specification into a code object that is specific to a particular engine (e.g. R package). It translates generic parameters to their counterparts.

Usage

finalize(x, ...)

Arguments

x

A model specification.

...

Not currently used.