build_server_args#

scikitplot.mlflow.build_server_args(cfg)[source]#

Build the CLI args for mlflow server from a ServerConfig.

Parameters:
cfgServerConfig

Server configuration.

Returns:
list[str]

CLI arguments (excluding python -m mlflow server prefix).

Raises:
ValueError

If cfg violates generic constraints.

Parameters:

cfg (ServerConfig)

Return type:

list[str]