aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/BUILD
Commit message (Expand)AuthorAge
* Adding FeatureColumn V2 support for linear canned estimators.Gravatar Rohan Jain2018-09-28
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* Automated rollback of commit 9fe177881224571aff0c267593f747f5fd7a2967Gravatar Rohan Jain2018-09-19
* Getting DNNModel to work with the new feature columns.Gravatar Rohan Jain2018-09-18
* Block tsan for keras_testGravatar Zhenyu Tan2018-09-11
* Fix model_to_estimator bug where subclassed model receives input list fromGravatar Zhenyu Tan2018-09-10
* disabling test thats timing out in asanGravatar Olivia Nordquist2018-09-07
* disable msan in failing testGravatar Olivia Nordquist2018-09-05
* Change tags for estimator_testGravatar Austin Anderson2018-09-05
* Disable flaky boosted_trees_test.Gravatar Gunhan Gulsoy2018-08-27
* shard some estimator testsGravatar Zhenyu Tan2018-07-26
* Internal Change.Gravatar Michael Case2018-07-19
* Internal Change.Gravatar Michael Case2018-07-13
* Internal Change.Gravatar Michael Case2018-06-22
* Internal Change.Gravatar Michael Case2018-06-21
* Internal Change.Gravatar Michael Case2018-06-19
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Disable long running tests in fastbuild mode.Gravatar Gunhan Gulsoy2018-06-15
* Internal Change.Gravatar Michael Case2018-06-07
* Adds update_ops to train_op for all heads.Gravatar A. Unique TensorFlower2018-06-04
* Add a convenience function, build_supervised_input_receiver_fn_from_input_fn,Gravatar Karmel Allison2018-05-30
* Migrating BestModelExportStrategy to core library.Gravatar A. Unique TensorFlower2018-05-16
* Move model_to_estimator utility into Estimator from Keras.Gravatar Michael Case2018-05-14
* Move fn_args utility into core TensorFlow from Estimator.Gravatar Michael Case2018-05-11
* Increase shard_count of tensorflow/python/estimator:estimator_test to avoid f...Gravatar A. Unique TensorFlower2018-05-08
* Add the ability to export separate SavedModels for train and eval mode to Est...Gravatar Karmel Allison2018-05-05
* Allow evaluation and prediction through warm-starting (no current checkpoint ...Gravatar A. Unique TensorFlower2018-05-02
* Internal-only change.Gravatar Justin Lebar2018-04-18
* Remove the hidden replicate_model_fn copy from core.Gravatar Igor Saprykin2018-04-16
* Separate out distribute dependency out of training, as it needs to be used in...Gravatar Priya Gupta2018-04-12
* Disable tsan for tensorflow/python/estimator:replicate_model_fn_testGravatar A. Unique TensorFlower2018-03-30
* Added kernels and estimators for Gradient Boosting Trees algorithm.Gravatar Younghee Kwon2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Supports optimizer arg in head.create_estimator_spec.Gravatar A. Unique TensorFlower2018-03-22
* Omit tensorflow/python/estimator:replicate_model_fn_test from asan builds.Gravatar A. Unique TensorFlower2018-03-22
* Copy `replicate_model_fn` to core.Gravatar Igor Saprykin2018-03-09
* Move warm_starting_util from third_party/tensorflow/python/estimator to third...Gravatar A. Unique TensorFlower2018-03-09
* Adds loss_fn argument in remaining heads.Gravatar A. Unique TensorFlower2018-01-25
* Adds loss_reduction argument to canned estimators.Gravatar A. Unique TensorFlower2018-01-24
* Adds sharding in head_test to prevent timeouts.Gravatar A. Unique TensorFlower2018-01-24
* Add WarmStartSettings configuration for canned Estimators.Gravatar A. Unique TensorFlower2018-01-17
* Adds loss_reduction argument in head.Gravatar A. Unique TensorFlower2018-01-11
* Disable baseline_test in asan.Gravatar Gunhan Gulsoy2017-11-30
* Dataset support within Estimator. With this cl Input_fn can return a Dataset.Gravatar Mustafa Ispir2017-11-28
* Fix typo in tensorflow/python/layers/base_test.pyGravatar Yifei Feng2017-11-10
* Add Baseline Estimators to core TensorFlowGravatar A. Unique TensorFlower2017-11-10
* Support multi-dimensional logits and labels in regression head.Gravatar A. Unique TensorFlower2017-11-02