Skip to content

AdaNet v0.9.0

Latest
Compare
Choose a tag to compare
@cweill cweill released this 09 Jul 20:53
· 1 commit to master since this release
  • Drop support for Tensorflow 1.* . Only TensorFlow >= 2.1 is supported.
  • Drop support for Python 2.* . Only Python >= 3.6 is supported.
  • Preserved the outputs in the PredictionOutput that are not in the best_export_outputs.
  • Add warm_start support to adanet Estimators.
  • Added support for predicting/serving on TPU.
  • Introduce support for AutoEnsembleTPUEstimator.
  • Introduce experimental adanet.experimental Keras ModelFlow APIs.
  • Replace reports.proto with simple serialized JSON. No longer have proto dependencies.