tfx-addons icon indicating copy to clipboard operation
tfx-addons copied to clipboard

Update sklearn_predict_extractor.py

Open 1025KB opened this issue 3 years ago • 11 comments

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • [ ] Tests pass
  • [ ] Appropriate changes to README are included in PR

1025KB avatar Feb 25 '22 23:02 1025KB

Thanks for the PR! :rocket:

Instructions: Approve using /lgtm and mark for automatic merge by using /merge.

github-actions[bot] avatar Feb 25 '22 23:02 github-actions[bot]

Some context, needs TFMA release to work

https://github.com/tensorflow/tfx/pull/4533

1025KB avatar Feb 25 '22 23:02 1025KB

There appears to be a conflict between python formatters being used.

/lgtm

TheMichaelHu avatar Feb 28 '22 20:02 TheMichaelHu

Approval received from @TheMichaelHu! :white_check_mark:

PR is approved. Missing merge command to auto-merge PR!

github-actions[bot] avatar Feb 28 '22 20:02 github-actions[bot]

Seems the CI job is failing due to pickling issues - https://github.com/tensorflow/tfx-addons/runs/5340812545?check_suite_focus=true

casassg avatar Mar 05 '22 18:03 casassg

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

1025KB avatar Mar 07 '22 17:03 1025KB

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.

casassg avatar Mar 07 '22 18:03 casassg

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

1025KB avatar Mar 07 '22 19:03 1025KB

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)

casassg avatar Mar 07 '22 19:03 casassg

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 :(

1025KB avatar Mar 07 '22 20:03 1025KB

you can manually run pre-commit based on https://github.com/tensorflow/tfx-addons/blob/main/CONTRIBUTING.md#python-coding-style

casassg avatar Mar 07 '22 21:03 casassg

Closing this as we archived the example

casassg avatar Sep 15 '22 18:09 casassg