copy_default_params {ubair} | R Documentation |
Copy Default Parameters File
Description
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.
Usage
copy_default_params(dest_dir)
Arguments
dest_dir |
Character. The path to the directory where the |
Details
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.
Value
Nothing is returned. A message is displayed upon successful copying.
Examples
copy_default_params(tempdir())
[Package ubair version 1.1.0 Index]