A library for data preprocessing with TensorFlow
Project description
TensorFlow Transform
TensorFlow Transform is a library for preprocessing data with TensorFlow.
tf.Transform
is useful for data that requires a full-pass, such as:
- Normalize an input value by mean and standard deviation.
- Convert strings to integers by generating a vocabulary over all input values.
- Convert floats to integers by assigning them to buckets based on the observed data distribution.
TensorFlow has built-in support for manipulations on a single example or a batch
of examples. tf.Transform
extends these capabilities to support full-passes
over the example data.
The output of tf.Transform
is exported as a
TensorFlow graph to use for training and serving.
Using the same graph for both training and serving can prevent skew since the
same transformations are applied in both stages.
For an introduction to tf.Transform
, see the tf.Transform
section of the
TFX Dev Summit talk on TFX
(link).
Caution: tf.Transform
may be backwards incompatible before version 1.0.
Installation
The tensorflow-transform
PyPI package is the
recommended way to install tf.Transform
:
pip install tensorflow-transform
Notable Dependencies
TensorFlow is required.
Apache Beam is required; it's the way that efficient distributed computation is supported. By default, Apache Beam runs in local mode but can also run in distributed mode using Google Cloud Dataflow and other Apache Beam runners.
Apache Arrow is also required. TFT uses Arrow to represent data internally in order to make use of vectorized numpy functions.
Compatible versions
The following table is the tf.Transform
package versions that are
compatible with each other. This is determined by our testing framework, but
other untested combinations may also work.
tensorflow-transform | tensorflow | apache-beam[gcp] |
---|---|---|
GitHub master | nightly (1.x/2.x) | 2.20.0 |
0.22.0 | 1.15 / 2.2 | 2.20.0 |
0.21.2 | 1.15 / 2.1 | 2.17.0 |
0.21.0 | 1.15 / 2.1 | 2.17.0 |
0.15.0 | 1.15 / 2.0 | 2.16.0 |
0.14.0 | 1.14 | 2.14.0 |
0.13.0 | 1.13 | 2.11.0 |
0.12.0 | 1.12 | 2.10.0 |
0.11.0 | 1.11 | 2.8.0 |
0.9.0 | 1.9 | 2.6.0 |
0.8.0 | 1.8 | 2.5.0 |
0.6.0 | 1.6 | 2.4.0 |
0.5.0 | 1.5 | 2.3.0 |
0.4.0 | 1.4 | 2.2.0 |
0.3.1 | 1.3 | 2.1.1 |
0.3.0 | 1.3 | 2.1.1 |
0.1.10 | 1.0 | 2.0.0 |
Questions
Please direct any questions about working with tf.Transform
to
Stack Overflow using the
tensorflow-transform
tag.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for tensorflow_transform-0.22.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcab584a5f743baacfaca7609574bf7b7df2cab257b05b487e7b03e67d703536 |
|
MD5 | 1e13e44fefe29e21261988b867bbee76 |
|
BLAKE2b-256 | baaaf7323fc09b760f95cc1cfc3abecdd39ce4b917d3dc95bf8ab05e1708915b |