Track metrics and metadata
Tracking metrics and metadata
Logging metrics and metadata is standardized in ZenML. The most common pattern is to use the log_xxx
methods, e.g.:
Log metadata to a model:
log_model_metadata
Log metadata to an artifact:
log_artifact_metadata
Log metadata to a step:
log_step_metadata
Last updated