Recent release of TFMA (0.42 - 0.43 - master) changed the DoFn argument from preprocessor
|
('preprocessor', beam.DoFn), |
to
preprocessors
|
('preprocessors', List[Preprocessor]), |
This breaking change is not reflected in the example for custom metrics here.
Recent release of TFMA (0.42 - 0.43 - master) changed the DoFn argument from
preprocessormodel-analysis/tensorflow_model_analysis/metrics/metric_types.py
Line 396 in a5c4c70
preprocessorsmodel-analysis/tensorflow_model_analysis/metrics/metric_types.py
Line 440 in e1c34a8
This breaking change is not reflected in the example for custom metrics here.