build_server_command#

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

Build a deterministic mlflow server command.

Parameters:
cfgServerConfig

Server configuration.

Returns:
list[str]

Command list suitable for subprocess.Popen.

Parameters:

cfg (ServerConfig)

Return type:

list[str]

Notes

Uses sys.executable -m mlflow to ensure the server runs in the same environment.