mlflow_param: Read Command Line Parameter
Description
Reads a command line parameter.
Usage
mlflow_param(name, default = NULL, type = NULL, description = NULL)
Arguments
name
The name for this parameter.
default
The default value for this parameter.
type
Type of this parameter. Required if `default` is not set. If specified,
must be one of "numeric", "integer", or "string".
description
Optional description for this parameter.