Version 0.34.1
September 20, 2021 ยท View on GitHub
Major Features and Improvements
- N/A
Bug fixes and other Changes
- Correctly skips non-numeric numpy array type metrics for confidence interval computations.
- Depends on
apache-beam[gcp]>=2.32,<3. - Depends on
tfx-bsl>=1.3.0,<1.4.0.
Breaking Changes
- In preparation for TFMA 1.0, the following imports have been moved (note
that other modules were also moved, but TFMA only supports types that are
explicitly declared inside of
__init__.pyfiles):tfma.CombineFnWithModels->tfma.utils.CombineFnWithModelstfma.DoFnWithModels->tfma.utils.DoFnWithModelstfma.get_baseline_model_spec->tfma.utils.get_baseline_model_spectfma.get_model_type->tfma.utils.get_model_typetfma.get_model_spec->tfma.utils.get_model_spectfma.get_non_baseline_model_specs->tfma.utils.get_non_baseline_model_specstfma.verify_eval_config->tfma.utils.verify_eval_configtfma.update_eval_config_with_defaults->tfma.utils.update_eval_config_with_defaultstfma.verify_and_update_eval_shared_models->tfma.utils.verify_and_update_eval_shared_modelstfma.create_keys_key->tfma.utils.create_keys_keytfma.create_values_key->tfma.utils.create_values_keytfma.compound_key->tfma.utils.compound_keytfma.unique_key->tfma.utils.unique_key
Deprecations
- N/A