Skip to content

TensorFlow Metadata 1.13.0

Compare
Choose a tag to compare
@rtg0795 rtg0795 released this 03 Apr 21:53
· 5 commits to r1.13.0 since this release
e34b5df

Version 1.13.0

Major Features and Improvements

  • Introduce Schema.represent_variable_length_as_ragged knob to automatically
    generate RaggedTensors for variable length features.
  • Introduces a Schema option HistogramSelection to allow numeric drift/skew
    calculations to use QUANTILES histograms, which are more robust to outliers.

Bug Fixes and Other Changes

  • N/A

Breaking Changes

  • N/A

Deprecations

  • Deprecated Python 3.7 support.