build_server_command#
- scikitplot.mlflow.build_server_command(cfg)[source]#
Build a deterministic
mlflow servercommand.- Parameters:
- cfgServerConfig
Server configuration.
- Returns:
- list[str]
Command list suitable for
subprocess.Popen.
- Parameters:
cfg (ServerConfig)
- Return type:
Notes
Uses
sys.executable -m mlflowto ensure the server runs in the same environment.