tfma.evaluators.MetricsPlotsAndValidationsEvaluator

Creates an Evaluator for evaluating metrics and plots.

eval_config Eval config.
eval_shared_model Optional shared model (single-model evaluation) or list of shared models (multi-model evaluation). Only required if there are metrics to be computed in-graph using the model.
metrics_key Name to use for metrics key in Evaluation output.
plots_key Name to use for plots key in Evaluation output.
attributions_key Name to use for attributions key in Evaluation output.
run_after Extractor to run after (None means before any extractors).
schema A schema to use for customizing metrics and plots.
random_seed_for_testing Seed to use for unit testing.

Evaluator for evaluating metrics and plots. The output will be stored under 'metrics' and 'plots' keys.