Skip to content

TensorFlow Transform 0.1.10

Compare
Choose a tag to compare
@elmer-garduno elmer-garduno released this 02 Jun 19:14
· 923 commits to master since this release

Release 0.1.10

Major Features and Improvements

  • Add json-example serving input functions to TF.Transform.
  • Add variance analyzer to tf.transform.

Bug Fixes and Other Changes

  • Remove duplication in output of tft.tfidf.
  • Ensure ngrams output dense_shape is greater than or equal to 0.
  • Alters the behavior and interface of tensorflow_transform.mappers.ngrams.
  • Use apache-beam[gcp] >=2,<3
  • Making TF Parallelism runner-dependent.
  • Fixes issue with csv serving input function.