aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/canned/linear_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
* Adding FeatureColumn V2 support for linear canned estimators.Gravatar Rohan Jain2018-09-28
* 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
* Expose sparse_combiner argument (from tf.feature_column.linear_model) into ca...Gravatar Eddie Zhou2018-07-03
* Add distribution support for incrementing the global step.Gravatar A. Unique TensorFlower2018-03-29
* 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
* Reshaping vars correctly in _compute_fraction_of_zero.Gravatar A. Unique TensorFlower2018-01-18
* Add WarmStartSettings configuration for canned Estimators.Gravatar A. Unique TensorFlower2018-01-17
* Provide all possible ExportOutputs from canned Estimators.Gravatar David Soergel2017-09-28
* Refactoring canned Estimators to use a logit_fn.Gravatar A. Unique TensorFlower2017-08-14
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Replaced weight key with weight column. added weight test for dnns.Gravatar Mustafa Ispir2017-06-13
* Link BaseLinearClasssiferXXXXTest into DNNLinearCombinedTest family.Gravatar Jianwei Xie2017-06-13
* Adds tests for float labels in binary classification.Gravatar A. Unique TensorFlower2017-06-12
* Adds integration tests for canned Linear Classifier.Gravatar Jianwei Xie2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Add predictions test for LinearClassifier.Gravatar Jianwei Xie2017-06-08
* Add evaluation test for linear classifier (n==2 or n >2).Gravatar Jianwei Xie2017-06-07
* Extracted linear estimator testing utils to be reused by dnn-linear-combined.Gravatar Mustafa Ispir2017-06-06