View source on GitHub |
Wraps create_computations_fn to be called separately for each key.
tfma.metrics.merge_per_key_computations(
create_computations_fn: Callable[..., tfma.metrics.MetricComputations
]
) -> Callable[..., tfma.metrics.MetricComputations
]