Contents

tensorflow-transform 1.14.0

0

A library for data preprocessing with TensorFlow

A library for data preprocessing with TensorFlow

Stars: 983, Watchers: 983, Forks: 209, Open Issues: 44

The tensorflow/transform repo was created 7 years ago and the last code push was 3 weeks ago.
The project is popular with 983 github stars!

How to Install tensorflow-transform

You can install tensorflow-transform using pip

pip install tensorflow-transform

or add it to a project with poetry

poetry add tensorflow-transform

Package Details

Author
Google Inc.
License
Apache 2.0
Homepage
https://www.tensorflow.org/tfx/transform/get_started
PyPi:
https://pypi.org/project/tensorflow-transform/
GitHub Repo:
https://github.com/tensorflow/transform

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Artificial Intelligence
  • Scientific/Engineering/Mathematics
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  tensorflow-transform  pypi packages just yet.

Errors

A list of common tensorflow-transform errors.

Code Examples

Here are some tensorflow-transform code examples and snippets.

GitHub Issues

The tensorflow-transform package has 44 open issues on GitHub

  • How to better tune peak memory usage
  • Support combiner packing for tft.vocabulary
  • ModuleNotFoundError: 1.4.0 (and below, possibly) missing an explicit future dependency
  • tft.quantiles(reduce_instance_dims=False) errors with columns that are all NaN-valued
  • Add a method to evaluate an AnalyzerDef node to a tensor without saving to the graph
  • Cannot process dataset with 800+ features: Job graph is too large

See more issues on GitHub

Related Packages & Articles

tensorflow-metadata 1.14.0

TensorFlow Metadata provides standard representations for metadata that are useful when training machine learning models with TensorFlow.

thinc 8.2.3

A refreshing functional take on deep learning, compatible with your favorite libraries

tensorflow 2.16.1

TensorFlow is an open source machine learning framework for everyone.

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

keras 3.2.0

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).