• Home
  • History
  • Annotate
  • only in /external/tensorflow/tensorflow/contrib/boosted_trees/
NameDateSize

..10-Aug-20184 KiB

__init__.py10-Aug-20181,007

BUILD10-Aug-201817.9 KiB

estimator_batch/10-Aug-20184 KiB

examples/10-Aug-20184 KiB

kernels/10-Aug-20184 KiB

lib/10-Aug-20184 KiB

ops/10-Aug-20184 KiB

proto/10-Aug-20184 KiB

python/10-Aug-20184 KiB

README.md10-Aug-2018398

resources/10-Aug-20184 KiB

README.md

1# TF Boosted Trees (TFBT)
2
3TF Boosted trees is an implementation of a gradient boosting algorithm with
4trees used as weak learners.
5
6## Examples
7Folder "examples" demonstrates how TFBT estimators can be used for various
8problems. Namely, it contains:
9* binary_mnist.py - an example on how to use TFBT for binary classification.
10* mnist.py - a multiclass example.
11* boston.py - a regression example.