A library for data preprocessing with TensorFlow
Project description
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.
https://github.com/tensorflow/transform/blob/master/README.md
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 Distribution
File details
Details for the file tensorflow-transform-0.9.0.tar.gz
.
File metadata
- Download URL: tensorflow-transform-0.9.0.tar.gz
- Upload date:
- Size: 132.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/36.6.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 040da34bd74adc085afe8e1dfacfd33b4677d660637af0c1462a2195548a7861 |
|
MD5 | 5e50217fd751fcdaff96361a275da29f |
|
BLAKE2b-256 | 81a8e25a1ea2cdbc142bc45fd04c5b2f50c97d7816c05e2fc012bdbf4d6ef78d |