Releases: tensorflow/decision-forests
Releases · tensorflow/decision-forests
0.1.6
Features
- Add hyper-parameter
sorting_strategy
to disable the computation of the
pre-sorted index (slower to train, but consumes less memory). - Format wrapper code for colab help display.
- Raises an error when a feature name is not compatible (e.g. contains a space).
0.1.5
0.1.4
0.1.2
0.1.0
Release 0.1.0 (2021-05-11)
Initial Release of TensorFlow Decision Forests.
Features
- Random Forest learner.
- Gradient Boosted Tree learner.
- CART learner.
- Model inspector: Inspect the internal model structure.
- Model plotter: Plot decision trees.
- Model builder: Create model "by hand".