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)
Value
Nothing is returned. A message is displayed upon successful copying.
Arguments
dest_dir
Character. The path to the directory where the params.yaml
file will be copied.
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.