Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EdwardCuiPeacock opened this issue Dec 30, 2022 · 1 comment

Comments

@EdwardCuiPeacock
Copy link

EdwardCuiPeacock commented Dec 30, 2022

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.

@singhniraj08
Copy link

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants