Metadata-Version: 1.2
Name: tensorflow-transform-canary
Version: 0.9.0
Summary: A library for data preprocessing with TensorFlow
Home-page: UNKNOWN
Author: Google Inc.
Author-email: tf-transform-feedback@google.com
License: Apache 2.0
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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7,<3
