tfma.multiple_model_analysis

Run model analysis for multiple models on the same data set.

model_locations A list of paths to the export eval saved model. data_location The location of the data files. **kwargs The args used for evaluation. See tfma.single_model_analysis() for details.

A tfma.EvalResults containing all the evaluation results with the same order as model_locations.