This RFC will be open for comment until March 19, 2021.
Status
Proposed
**RFC #
364
Author(s)
Zhuo Peng (zhuo@google.com)
Sponsor
Zhitao Li (zhitaoli@google.com)
Updated
2021-03-05
Objective
This RFC proposes several additions to TFX in order to support building ML
pipelines that process structurally richer data that TFX does not have
apriori knowledge about how to parse. Such knowledge is provided by the
user, through struct2tensor (showcased in this RFC) or other TensorFlow
graphs and made available to all TFX components through Standardized TFX
inputs and DataViews.
This RFC will be open for comment until March 19, 2021.
Objective
This RFC proposes several additions to TFX in order to support building ML pipelines that process structurally richer data that TFX does not have apriori knowledge about how to parse. Such knowledge is provided by the user, through
struct2tensor
(showcased in this RFC) or other TensorFlow graphs and made available to all TFX components through Standardized TFX inputs andDataView
s.