Decision Forests

TF-DF is a TensorFlow wrapper around the Yggdrasil Decision Forests C++ libraries. Models trained with TF-DF are compatible with Yggdrasil Decision Forests’ models, and vice versa.

Logo

../_images/tensorflow_decision-forests-small.png

Website

https://www.tensorflow.org/decision_forests

Repository

https://github.com/tensorflow/decision-forests

Byline

A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.

License

Apache 2.0

Project age

1 years 7 months

Backers

Google (Creator and maintainer)

Lastest News (2022-11-18)

1.1.0 Native support for TensorFlow Decision Forests in TensorFlow Serving; Add support for zipped Yggdrasil Decision Forests model for … more

Size score (1 to 10, higher is better)

3.25

Trend score (1 to 10, higher is better)

5.5

Education Resources

URL

Resource Type

Description

https://www.tensorflow.org/decision_forests/installation

Documentation

Official project documentation.

Git Commit Statistics

Statistics computed using Git data through November 30, 2022.

Statistic

Lifetime

Last 12 Months

Commits

5,505

2,268

Lines committed

1,828,331

295,758

Unique committers

29

21

Core committers

2

5

../_images/tensorflow_decision-forests-monthly-commits.png

Similar Projects

Project

Size Score

Trend Score

Byline

CatBoost

9.25

5.75

A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.

XGBoost

6.25

5.25

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow.