1.1.0
版本发布时间: 2022-11-19 02:34:15
tensorflow/decision-forests最新发布版本:v1.6.0(2023-09-28 22:21:12)
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).