load_template_metadata#
- scikitplot.cython.load_template_metadata(template_id, *, kind=None)[source]#
Load template metadata from an adjacent
*.meta.jsonfile.- Parameters:
- template_idstr
Template ID.
- kind{‘cython’, ‘python’} or None, default=None
Optional kind constraint.
- Returns:
- dict[str, Any]
Metadata dictionary. If no metadata file exists, a minimal metadata dictionary is returned.
- Parameters:
- Return type: