aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/canned
Commit message (Expand)AuthorAge
...
* Amend notes on eager compatibility for EstimatorGravatar Martin Wicke2018-06-14
* Internal Change.Gravatar Michael Case2018-06-07
* Adds update_ops to train_op for all heads.Gravatar A. Unique TensorFlower2018-06-04
* boosted_trees: allow labels to have rank 1 as other estimators.Gravatar Younghee Kwon2018-05-18
* boosted_trees: fixed the crash when eval/prediction is attempted with the ini...Gravatar Younghee Kwon2018-05-17
* boosted_trees: accept integer labels properly now the same as float labels; a...Gravatar Younghee Kwon2018-05-16
* Deletes an unused private method in head.pyGravatar A. Unique TensorFlower2018-05-14
* Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
* Adds metric_class_ids argument in multi_label_head.Gravatar A. Unique TensorFlower2018-05-10
* Internal Change.Gravatar Michael Case2018-05-09
* Internal Change.Gravatar Michael Case2018-05-07
* Renames _regression_head_with_mean_squared_error_loss to _regression_head.Gravatar A. Unique TensorFlower2018-05-02
* Boosted trees: support indicator column.Gravatar A. Unique TensorFlower2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* BoostedTreesEstimator in contrib: train_in_memory works with input_fns return...Gravatar Younghee Kwon2018-04-16
* Adding min node weight regularizationGravatar A. Unique TensorFlower2018-04-16
* boosted_trees: Make some regularizer/hyper-params as inputs instead of attrib...Gravatar Younghee Kwon2018-04-16
* Tighten label check in BinaryLogisticHeadWithSigmoidCrossEntropyLossGravatar A. Unique TensorFlower2018-04-16
* boosted_trees: make sure ensemble deserialization happens for the non-TRAIN m...Gravatar Younghee Kwon2018-04-11
* Revealing the range of node ids in the latest layer via resource' stateGravatar A. Unique TensorFlower2018-04-11
* boosted_trees: early stop hooks are fixed to stop at the right momentGravatar Younghee Kwon2018-04-09
* Doccumentation fix for LossSpec.Gravatar A. Unique TensorFlower2018-04-09
* Add distribution support for incrementing the global step.Gravatar A. Unique TensorFlower2018-03-29
* boosted_trees: post-submit clean upGravatar Younghee Kwon2018-03-29
* Added kernels and estimators for Gradient Boosting Trees algorithm.Gravatar Younghee Kwon2018-03-29
* Minor Error type and documentation fix.Gravatar Petros Mol2018-03-25
* 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
* Adds checks to tf.nn.sparse_softmax_cross_entropy_with_logits to make sure th...Gravatar A. Unique TensorFlower2018-03-05
* Adds inverse_link_fn argument in regression_head. This is used in generalized...Gravatar A. Unique TensorFlower2018-02-21
* Fix a bug of overestimating AUC_PR. When TP and FP are both 0s, the precision...Gravatar A. Unique TensorFlower2018-02-15
* Fix the comment for the return type _dnn_model_fn and _dnn_linear_combined_mo...Gravatar A. Unique TensorFlower2018-02-14
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-02-08
* Merge changes from github.Gravatar Michael Case2018-02-07
* Adds loss_reduction argument to baseline estimators.Gravatar Makoto Uchida2018-01-29
* Adds loss_fn argument in remaining heads.Gravatar A. Unique TensorFlower2018-01-25
* Add WarmStartSettings configuration for all Estimators.Gravatar A. Unique TensorFlower2018-01-25
* Adds loss_reduction argument to canned estimators.Gravatar A. Unique TensorFlower2018-01-24
* Adds regularization_losses in remaining heads.Gravatar A. Unique TensorFlower2018-01-23
* 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
* Adds regularization_losses in canned heads.Gravatar A. Unique TensorFlower2018-01-17
* Adds loss_reduction argument in head.Gravatar A. Unique TensorFlower2018-01-11
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Add head name to tf.contrib.estimator.regression_head metricsGravatar A. Unique TensorFlower2017-11-14
* Supports multi-dimensional logits and labels in multi_label head and some cle...Gravatar A. Unique TensorFlower2017-11-10