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

Undersampling Component

kindalime opened this issue · comments

I am thinking of implementing an undersampling custom component for TFX, as described in this issue for TFX: tensorflow/tfx#3831. This component may also include oversampling and checks to gauge the difference between high-frequency and low-frequency classes. A possible alternative to a custom component could be a dataset factory - which approach is better for this particular project remains to be seen.

Proposal being reviewed by Google team