Closed 1025KB closed 2 years ago
Thanks for the PR! :rocket:
Instructions: Approve using /lgtm
and mark for automatic merge by using /merge
.
Some context, needs TFMA release to work
There appears to be a conflict between python formatters being used.
/lgtm
Approval received from @TheMichaelHu! :white_check_mark:
PR is approved. Missing merge command to auto-merge PR!
Seems the CI job is failing due to pickling issues - https://github.com/tensorflow/tfx-addons/runs/5340812545?check_suite_focus=true
Seems the CI job is failing due to pickling issues - https://github.com/tensorflow/tfx-addons/runs/5340812545?check_suite_focus=true
I think it needs TFMA head / next release to work
I think it needs TFMA head / next release to work
You can modify requirements.txt to point to TFMA HEAD so we can make sure its green before merging.
I think it needs TFMA head / next release to work
You can modify requirements.txt to point to TFMA HEAD so we can make sure its green before merging.
I updated to least tfma version but has conflict, needs to wait for next tfx release
yup. we can update once tfx is released to make sure. Meanwhile may be good to fix the linter issues (I can do it otherwise)
yup. we can update once tfx is released to make sure. Meanwhile may be good to fix the linter issues (I can do it otherwise)
Curious, is there a quick cmd to fix lint? seems the git lint is different from my internal env :(
you can manually run pre-commit based on https://github.com/tensorflow/tfx-addons/blob/main/CONTRIBUTING.md#python-coding-style
Closing this as we archived the example
Fixes #