aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/canned/dnn_testing_utils.py
Commit message (Expand)AuthorAge
* Allowing for mixture of V1 and V2 feature columns usage in canned estimators....Gravatar Rohan Jain2018-10-09
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* Automated rollback of commit 9fe177881224571aff0c267593f747f5fd7a2967Gravatar Rohan Jain2018-09-19
* Getting DNNModel to work with the new feature columns.Gravatar Rohan Jain2018-09-18
* Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* Add average prediction, average label to regression head.Gravatar A. Unique TensorFlower2018-07-11
* batch_norm: Whether to use batch normalization after each hidden layer.Gravatar A. Unique TensorFlower2018-07-02
* Internal Change.Gravatar Michael Case2018-05-07
* Add distribution support for incrementing the global step.Gravatar A. Unique TensorFlower2018-03-29
* Supports optimizer arg in head.create_estimator_spec.Gravatar A. Unique TensorFlower2018-03-22
* Add precision and recall metrics to _BinaryLogisticHeadWithSigmoidCrossEntrop...Gravatar A. Unique TensorFlower2018-03-18
* Move warm_starting_util from third_party/tensorflow/python/estimator to third...Gravatar A. Unique TensorFlower2018-03-09
* Automated g4 rollback of changelist 185842713Gravatar Martin Wicke2018-03-06
* Fix a bug of overestimating AUC_PR. When TP and FP are both 0s, the precision...Gravatar A. Unique TensorFlower2018-02-15
* Merge changes from github.Gravatar Michael Case2018-02-07
* Add WarmStartSettings configuration for canned Estimators.Gravatar A. Unique TensorFlower2018-01-17
* Allow for logit_fn's to return dictionaries of Tensors in caller utility for ...Gravatar A. Unique TensorFlower2017-11-03
* Move logit_fn from tf.contrib.learn to tf.contrib.estimator. Also, logit_fn'...Gravatar A. Unique TensorFlower2017-09-25
* Refactoring canned Estimators to use a logit_fn.Gravatar A. Unique TensorFlower2017-08-14
* Throw a ValueError if the user doesn't pass in a dictionary of Tensors forGravatar Jonathan Hseu2017-07-13
* Replaced weight key with weight column. added weight test for dnns.Gravatar Mustafa Ispir2017-06-13
* Adds label_vocab to all canned Classifiers.Gravatar Jianwei Xie2017-06-12
* Adds tests for float labels in binary classification.Gravatar A. Unique TensorFlower2017-06-12
* Add back tests that were deleted by a bad merge.Gravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Adds DNN-only tests for DNNLinearCombinedRegressor.Gravatar A. Unique TensorFlower2017-06-08
* Adds DNN-only tests for DNNLinearCombinedClassifier.Gravatar A. Unique TensorFlower2017-06-08
* Extracted linear estimator testing utils to be reused by dnn-linear-combined.Gravatar Mustafa Ispir2017-06-06
* Extracted dnn estimator testing utils to be reused by dnn-linear-combined.Gravatar Mustafa Ispir2017-06-05