You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now AnalyzeDataset, TransformDataset and AnalyzeAndTransformDataset can
accept input data that only contains columns needed for that operation as
opposed to all columns defined in schema. Utility methods to infer the list of
needed columns are added to tft.inspect_preprocessing_fn. This makes it
easier to take advantage of columnar projection when data is stored in
columnar storage formats.
Python 3.5 is supported.
Bug Fixes and Other Changes
Version is now accessible as tensorflow_transform.__version__.
Depends on apache-beam[gcp]>=2.11,<3.
Depends on protobuf>=3.7,<4.
Breaking changes
Coders now return index and value features rather than a combined feature for SparseFeature.