Module: tfma.exporter

Exporter class represents different flavors of model export.

Classes

class FinalExporter: This class exports the EvalSavedModel in the end.

class LatestExporter: This class regularly exports the EvalSavedModel.

Functions

adapt_to_remove_metrics(...): Modifies the given exporter to remove metrics before export.