View source on GitHub |
Run model analysis for multiple models on the same data set.
tfma.multiple_model_analysis(
model_locations: List[str], data_location: str, **kwargs
) -> view_types.EvalResults
Args | |
---|---|
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. |
Returns | |
---|---|
A tfma.EvalResults containing all the evaluation results with the same order as model_locations. |