aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/boosted_trees/README.md
blob: 7d30032e539fb16e27f48ea101094fa4d3e9171d (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 weak 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.