model_card_toolkit.TfmaSource

Source to extract TFMA eval result data for a model card.

Provide exactly one of eval_result_paths or model_evaluation_artifacts.

eval_result_paths The paths to the eval result output from TensorFlow Model Analysis or TFX Evaluator.
file_format Optional file extension to filter eval result files by.
model_evaluation_artifacts The MLMD artifacts from TensorFlow Model Analysis or TFX Evaluator.
metrics_include The list of metric names to include in the model card. By default, all metrics are included. Mutually exclusive with metrics_exclude.
metrics_exclude The list of metric names to exclude in the model card. By default, no metrics are excluded. Mutually exclusive with metrics_include.

Methods

__eq__

file_format ''