load_metrics¶
-
lsst.validate.base.
load_metrics
(yaml_path)[source]¶ Load metric from a YAML document into an ordered dictionary of
Metric
s.Parameters: yaml_path :
str
The full file path to a metric YAML file.
Returns: metrics :
collections.OrderedDict
See also
Metric.from_yaml
- Make a single
Metric
instance from a YAML document.