You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: