build_server_args#
- scikitplot.mlflow.build_server_args(cfg)[source]#
Build the CLI args for
mlflow serverfrom a ServerConfig.- Parameters:
- cfgServerConfig
Server configuration.
- Returns:
- list[str]
CLI arguments (excluding
python -m mlflow serverprefix).
- Raises:
- ValueError
If cfg violates generic constraints.
- Parameters:
cfg (ServerConfig)
- Return type: