aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/random_forest_mnist.py
Commit message (Expand)AuthorAge
* Fix random_forest_mnist.py and eliminate a contrib.learn reference to skcompat.Gravatar Igor Saprykin2017-10-19
* Refactor TensorForestEstimator to inherit from tf.learn Estimator. This chan...Gravatar A. Unique TensorFlower2017-02-23
* Move TensorForestEstimator to contrib, since that's where most of its code is...Gravatar A. Unique TensorFlower2017-01-09
* Parse argparse flags, then pass unparsed flags through to argv via tf.app.run()Gravatar Vijay Vasudevan2016-10-27
* Add graph builder that terminates on training loss for TensorForest. Also add...Gravatar A. Unique TensorFlower2016-10-26
* Refactor TensorForestEstimator to implement Trainable and Evaluable, and use ...Gravatar A. Unique TensorFlower2016-10-24
* Replace tf.flags usage with argparse everywhereGravatar A. Unique TensorFlower2016-10-10
* Migrating skflow examples to the tensorflow/examples/learn directory. Fixes #...Gravatar A. Unique TensorFlower2016-10-04
* Add an example of using tf.learn's random forest on mnist.Gravatar A. Unique TensorFlower2016-07-26