![]() |
Returns true if there is a legacy estimator.
tfma.is_legacy_estimator(
eval_shared_model: Optional[tfma.types.EvalSharedModel
] = None
) -> bool
Args | |
---|---|
eval_shared_model
|
Shared model (single-model evaluation) or list of shared models (multi-model evaluation). Required unless the predictions are provided alongside of the features (i.e. model-agnostic evaluations). |
Returns | |
---|---|
A boolean indicating if legacy predict extractor will be used. |