tensorflow / community

Stores documents used by the TensorFlow developer community
Apache License 2.0
1.26k stars 580 forks source link

RFC: (TFX) Support structured data in TFX through `struct2tensor` and `DataView` #364

Closed brills closed 3 years ago

brills commented 3 years ago

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.

zhitaoli commented 3 years ago

LGTM