tensorflow / model-analysis

Model analysis tools for TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking changes: tfma.metrics.MetricComputation `preprocessor` argument changed from accepting beam DoFn to `preprocessors` accepting a list of `Preprocessor`

EdwardCuiPeacock opened this issue · comments

Recent release of TFMA (0.42 - 0.43 - master) changed the DoFn argument from preprocessor

to preprocessors
('preprocessors', List[Preprocessor]),

This breaking change is not reflected in the example for custom metrics here.

@EdwardCuiPeacock,

Thank you for pointing this out.

@mdreves, Can you please take a look into custom TFMA metrics example. The example is not updated as per the change in preprocessors attribute in MetricComputation. Thank you!