Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group
Apache License 2.0
125
stars
64
forks
source link
Improve TFX Addons README, creates tfx_addons.{module} root imports and fix xgboost penguin example #133
This is quite large change, but mostly it just includes a refactor TFX Addons README. Due to that, I had to restructure some parts of CI. Also I'm adding an easier way to import modules by doing import tfx_addons as tfxa similar to how tf-addons and tfx style does it. This should also give us more control over how to expose modules in tfxaddons while still develop in the repo.
Finally in the process of testing this realized xgboost evaluator was broken so fixed it and added it to the xgboost_penguin test.
I can break this change into smaller pieces as well.
This is quite large change, but mostly it just includes a refactor TFX Addons README. Due to that, I had to restructure some parts of CI. Also I'm adding an easier way to import modules by doing
import tfx_addons as tfxa
similar to how tf-addons and tfx style does it. This should also give us more control over how to expose modules in tfxaddons while still develop in the repo.Finally in the process of testing this realized xgboost evaluator was broken so fixed it and added it to the xgboost_penguin test.
I can break this change into smaller pieces as well.