Tensorflow-decision-forests

Latest version: v1.11.0

Safety actively analyzes 687918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.2.0

Features

- Add support for distributed training and distributed hyper-parameter tuning
in the OSS build. See
https://www.tensorflow.org/decision_forests/distributed_training
- Setting "subsample" is enough enable random subsampling (to need to also set
"sampling_method=RANDOM").
- Add "min_vocab_frequency" argument in "FeatureUsage" to control the minimum
frequency of categorical items.
- Add "override_global_imputation_value" argument in "FeatureUsage" to
override the value used for global imputation of missing value by the
global-imputation algorithm.
- The Tuner argument "use_predefined_hps" automatically configures the set of
hyper-parameters to explore during automatic hyper-parameter tuning.
- Replaces the MEAN_MIN_DEPTH variable importance with INV_MEAN_MIN_DEPTH.
- Add option to forbid model inference with the slow inference engine.

Fix

- Automatic documentation generation for RandomForestModel and other classes.

1.1.0

Features

- Support for Tensorflow Serving APIs.
- 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).

1.0.1

Fix

- Issue in the application of auditwheel in TF 1.0.0.

1.0.0

Features

- Add customization of the number of IO threads when using
`fit_on_dataset_path`.

Fix

- Improved documentation
- Improved testing and stability

0.2.7

Features

- Multithreading of the oblique splitter for gradient boosted tree models.
- Support for pure serving model i.e. model containing only serving data.
- Add "edit_model" cli tool.

Fix

- Remove bias toward low outcome in uplift modeling.

0.2.6

Features

- Support for TensorFlow 2.9.1

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.