aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn
Commit message (Expand)AuthorAge
* Fix warning in text_classification_character_cnn.pyGravatar Yong Tang2018-09-19
* fix iris example to work with python3 (#19335)Gravatar William D. Irons2018-06-03
* Fix warning caused by squeeze_dims (#19227)Gravatar Yong Tang2018-05-14
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Add C0326 bad-whitespace error to pylint sanity check.Gravatar Yifei Feng2018-01-29
* Use sparse xent to avoid softmax_v2 warning in examples/learnGravatar Mark Daoust2017-12-06
* Remove wide_n_deep_tutorial.py in tensorflow/examples/learn in favor of wide_...Gravatar Neal Wu2017-11-14
* Adds explicity docstring about TF version in examples.Gravatar Jianwei Xie2017-11-10
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Migrate the iris example to use TF core API.Gravatar Jianwei Xie2017-10-20
* Fix random_forest_mnist.py and eliminate a contrib.learn reference to skcompat.Gravatar Igor Saprykin2017-10-19
* Move text_classification_character_rnn from .contrib utils to .core utils.Gravatar Igor Saprykin2017-10-19
* Remove sklearn from text_classification_cnn.py.Gravatar Igor Saprykin2017-10-19
* Fix the build file and a memory issue for text_classification_character_cnn.py.Gravatar Igor Saprykin2017-10-18
* Migrate text_classification.py from .contrib utils to .core.Gravatar Igor Saprykin2017-10-18
* Modify the learn examples wide_and_deep to use tf.estimator.train_and_evaluate.Gravatar Jianwei Xie2017-10-18
* Add logging verbosity to mnist.pyGravatar Jianwei Xie2017-10-18
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Updates wide and wide_n_deep tutorials.Gravatar A. Unique TensorFlower2017-06-30
* Updates remaining examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-29
* Deletes iris_with_pipeline example, because core estimators are not compatibl...Gravatar A. Unique TensorFlower2017-06-28
* BUILD cleanup in tensorflow/examples/...Gravatar A. Unique TensorFlower2017-06-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Updates more text classification examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
* Updates some more examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-27
* Updates text_classification example.Gravatar A. Unique TensorFlower2017-06-26
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Deletes iris_val_based_early_stopping example, which uses deprecated Validati...Gravatar A. Unique TensorFlower2017-06-26
* Updates some examples in examples/learn.Gravatar A. Unique TensorFlower2017-06-23
* Updated wide-n-deep tutorial code to use core version of estimators and featu...Gravatar Mustafa Ispir2017-06-23
* Updates get_started/tflearn.md to use tf.estimator api, renames the file and ...Gravatar A. Unique TensorFlower2017-06-15
* Fixed links in readme.Gravatar A. Unique TensorFlower2017-06-14
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Merge changes from github.Gravatar Patrick Nguyen2017-04-17
* Fix lint issues after pull.Gravatar Martin Wicke2017-03-24
* Merge changes from github.Gravatar Martin Wicke2017-03-23
* Fix global_step double-counting bug in some tutorials.Gravatar A. Unique TensorFlower2017-03-13
* Fix lint issues introduced by my pull from GitHub.Gravatar Dandelion Mané2017-03-13
* Merge changes from github.Gravatar Dandelion Mané2017-03-10
* Merge changes from github.Gravatar Andrew Harp2017-03-01
* Refactor TensorForestEstimator to inherit from tf.learn Estimator. This chan...Gravatar A. Unique TensorFlower2017-02-23
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Remove reference to deleted test.Gravatar A. Unique TensorFlower2017-01-26
* More conversions of flags library to argparse.Gravatar Vijay Vasudevan2017-01-11
* Move TensorForestEstimator to contrib, since that's where most of its code is...Gravatar A. Unique TensorFlower2017-01-09
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29