aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/README.md
blob: 9ce700f1a19fde3f5b07748fd6768e9e8e336c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
# TF Boosted Trees (TFBT)

TF Boosted trees is an implementation of a gradient boosting algorithm with
trees used as week learners.

## Examples
Folder "examples" demonstrates how TFBT estimators can be used for various
problems. Namely, it contains:
* binary_mnist.py - an example on how to use TFBT for binary classification.
* mnist.py - a multiclass example.
* boston.py - a regression example.