Skip to content

1.1.0

Compare
Choose a tag to compare
@achoum achoum released this 18 Nov 18:34
· 273 commits to main since this release

1.1.0 - 2022-11-18

Features

  • Native support for TensorFlow Decision Forests in TensorFlow Serving.
  • Add support for zipped Yggdrasil Decision Forests model for
    yggdrasil_model_to_keras_model.
  • Added model prediction tutorial.
  • Prevent premature stopping of GBT training through new parameter
    early_stopping_initial_iteration.

Fix

  • Using loaded datasets with TF-DF no longer fails (Github #131).
  • Automatically infer the semantic of int8 values as numerical (was
    categorical before).
  • Build script fixed
  • Model saving no longer fails when using invalid feature names.
  • Added keyword to pandas dataset drop (Github #135).