Home | History | Annotate | only in /external/tensorflow/tensorflow/contrib/boosted_trees
Up to higher level directory
NameDateSize
__init__.py21-Aug-20181,007
BUILD21-Aug-201817.9K
estimator_batch/21-Aug-2018
examples/21-Aug-2018
kernels/21-Aug-2018
lib/21-Aug-2018
ops/21-Aug-2018
proto/21-Aug-2018
python/21-Aug-2018
README.md21-Aug-2018398
resources/21-Aug-2018

README.md

      1 # TF Boosted Trees (TFBT)
      2 
      3 TF Boosted trees is an implementation of a gradient boosting algorithm with
      4 trees used as weak learners.
      5 
      6 ## Examples
      7 Folder "examples" demonstrates how TFBT estimators can be used for various
      8 problems. 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.