tensorflow / tfx-addons

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transform component using Pandas

rcrowe-google opened this issue · comments

For developers who are not using TensorFlow for their modeling, the Transform graph (one of the key advantages of TF Transform) does not apply. These users may also already be familiar with Pandas, since it's so widely used, or may want to use other libraries which accept dataframes. So the idea for this project is to develop a TF Transform-like component which uses Pandas dataframes instead of TF Transform.

Oops, didn't mean to merge yet.