Description Usage Arguments Value See Also Examples
tune()
is an argument placeholder to be used with the recipes, parsnip, and
tune packages. It marks recipes step and parsnip model arguments for tuning.
1 | tune(id = "")
|
id |
A single character value that can be used to differentiate parameters that are used in multiple places but have the same name, or if the user wants to add a note to the specified parameter. |
A call object that echos the user's input.
tune::tune_grid()
, tune::tune_bayes()
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.