copy_default_params | R Documentation |
Copies the default params.yaml
file, included with the package, to a
specified destination directory. This is useful for initializing parameter
files for custom edits.
copy_default_params(dest_dir)
dest_dir |
Character. The path to the directory where the |
The params.yaml
file contains default model parameters for various
configurations such as LightGBM, dynamic regression, and others. See the
load_params()
‘ documentation for an example of the file’s structure.
Nothing is returned. A message is displayed upon successful copying.
copy_default_params(tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.