spawn_server#
- scikitplot.mlflow.spawn_server(cfg)[source]#
Spawn an MLflow server subprocess.
- Parameters:
- cfgServerConfig
Server configuration.
- Returns:
- SpawnedServer
Handle to the spawned server.
- Raises:
- MlflowServerStartError
If the configured port is not free or the process fails to start.
- Parameters:
cfg (ServerConfig)
- Return type: