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
Hashes for tensorflow-transform-0.11.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44d372bc97a855c6bbeb99d6dbcb82b4c40b06d488e6f9678202bd9b36ef5b2e |
|
MD5 | 03329a097c43e080ded70ffade11cc81 |
|
BLAKE2b-256 | 0add430efb270216c85602c20d9ee46902740fd10c68ea8dc3ab1751a12a6e49 |