File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Transform library for non-TFX users
2+
3+ Transform is available as a standalone library.
4+
5+ - [ Getting Started with TensorFlow
6+ Transform] ( get_started )
7+ - [ TensorFlow Transform API
8+ Reference] ( api_docs/python/tft )
9+
10+ The [ ` tft ` ] ( api_docs/python/tft )
11+ module documentation is the only module that is relevant to TFX users.
12+ The [ ` tft_beam ` ] ( api_docs/python/tft_beam )
13+ module is relevant only when using Transform as a standalone library.
14+ Typically, a TFX user constructs a ` preprocessing_fn ` , and the rest of the
15+ Transform library calls are made by the Transform component.
16+
17+ You can also use the Apache Beam ` MLTransform `
18+ class to preprocess data for training and inference. The
19+ ` MLTransform ` class wraps multiple TFX data
20+ processing transforms in one class. For more information, see
21+ [ Preprocess data with
22+ MLTransform] ( https://beam.apache.org/documentation/ml/preprocess-data )
23+ in the Apache Beam documentation.
You can’t perform that action at this time.
0 commit comments