View source on GitHub |
Checks whether the eval_config has any change thresholds.
tfma.utils.has_change_threshold(
eval_config: tfma.EvalConfig
) -> bool
Args | |
---|---|
eval_config
|
the TFMA eval_config. |
Returns | |
---|---|
True when there are change thresholds otherwise False. |