pgmpy.metrics.get_metrics#
- pgmpy.metrics.get_metrics(**kwargs)[source]#
Get metric classes matching the given tag filters.
- Parameters:
- **kwargs
Keyword arguments specifying tag filters to be passed to
skbase.lookup.all_objects()via itsfilter_tagsparameter.
- Returns:
- Type[BaseObject] or list[Type[BaseObject]]
Metric class(es) corresponding to the given tag filters.
- Raises:
- ValueError
If no metric class matching the given tag filters is found.