EnvSnapshot#
- class scikitplot.mlflow.EnvSnapshot(_data)[source]#
Full snapshot of process environment for strict restoration.
- Attributes:
datadict[str, str]A copy of the full environment mapping.
- Parameters:
Notes
Restoration clears the current environment first to remove any session-added keys.