aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
Commit message (Expand)AuthorAge
...
* | Add support for the new metrics in the Estimator module.Gravatar Pavithra Vijay2018-08-30
* | Unwrapping per_device hooks in estimator.Gravatar Yuefeng Zhou2018-08-30
* | Changing DNNLinearCombinedClassifier to be "re-entrant" with respect to varia...Gravatar A. Unique TensorFlower2018-08-30
* | Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* | Automated rollback of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2Gravatar Katherine Wu2018-08-28
* | Export Keras model to SavedModel.Gravatar Katherine Wu2018-08-28
* | Add estimator.export_saved_model without removing export_savedmodel in order ...Gravatar Karmel Allison2018-08-28
* | Handle the case where input_fn dataset may not contain labels.Gravatar Priya Gupta2018-08-27
* | Disable flaky boosted_trees_test.Gravatar Gunhan Gulsoy2018-08-27
* | Add an option to RunConfig and train_and_evaluate to run distribute coordinator.Gravatar Yuefeng Zhou2018-08-24
* | Only create steps_per_run_variable if it is tpu strategy.Gravatar Yuefeng Zhou2018-08-24
| * ENH: raise exception if unsupported features/columns is givenGravatar Yan Facai (颜发才)2018-08-25
* | Adds Eager execution support to convenience functions for building serving in...Gravatar Karmel Allison2018-08-24
* | Add experimental_distribute arguments to estimator.RunConfig.Gravatar Yuefeng Zhou2018-08-23
* | Merge pull request #21753 from ageron:add_average_loss_and_loss_docGravatar TensorFlower Gardener2018-08-23
|\ \
| | * TST: revise test case and too long lineGravatar Yan Facai (颜发才)2018-08-23
* | | Switch to using variable._in_graph_mode instead of context.executing_eagerly(...Gravatar Pavithra Vijay2018-08-22
* | | Create an UnsupervisedInputReceiver for unsupervised problems.Gravatar A. Unique TensorFlower2018-08-22
* | | Fix typo: missing ' ' in error message.Gravatar A. Unique TensorFlower2018-08-22
* | | Automated rollback of commit 47c0bda0e7f736a9328aaf76aba7c8006e24556fGravatar A. Unique TensorFlower2018-08-22
| | * CLN: revise codesGravatar Yan Facai (颜发才)2018-08-22
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* | | Update initialization of variables in Keras.Gravatar Pavithra Vijay2018-08-21
* | | Synchronize stamp token between different resources:Gravatar A. Unique TensorFlower2018-08-21
| * | Add more doc for the dict returned by an estimator's evaluate() method in the...Gravatar Aurelien Geron2018-08-21
|/ /
| * TST: add test case for full tree with leavesGravatar Yan Facai (颜发才)2018-08-21
| * ENH: don't divide by the sum of tree weightsGravatar Yan Facai (颜发才)2018-08-21
| * TST: add test case for negative feature importancesGravatar Yan Facai (颜发才)2018-08-21
| * CLN: revise according to commentsGravatar Yan Facai (颜发才)2018-08-21
* | Improves the error essage for throttle_secs=0 case.Gravatar Jianwei Xie2018-08-20
* | Clarified some docstrings, fixed some formatting.Gravatar A. Unique TensorFlower2018-08-20
| * CLN: normalize is False by defaultGravatar Yan Facai (颜发才)2018-08-19
| * TST: revise test caseGravatar Yan Facai (颜发才)2018-08-19
| * CLN: use CheckpointReader to load TreeEnsemble protoGravatar Yan Facai (颜发才)2018-08-19
| * CLN: revise code according to commentsGravatar Yan Facai (颜发才)2018-08-19
* | Move clone and build function out of the estimator/keras library.Gravatar Katherine Wu2018-08-17
* | Enable evaluation in Estimator with TPU StrategyGravatar Priya Gupta2018-08-17
* | Adds top_k in PredictionKeys.Gravatar A. Unique TensorFlower2018-08-16
* | Merge pull request #17239 from nagachika:remove_trailing_separator_in_ListDir...Gravatar TensorFlower Gardener2018-08-16
|\ \
* | | Generates an actionable/useful error if train is called in wrong configuration.Gravatar Mustafa Ispir2018-08-16
* | | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | | Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* | | Simplify the boosted trees control flow.Gravatar A. Unique TensorFlower2018-08-15
* | | Allows feature inputs to be arbitrary nested tuples in TPUEstimator which is ...Gravatar Olivia Nordquist2018-08-15
* | | Remove unused Estimator overrides.Gravatar Jianwei Xie2018-08-15
* | | 1. Move distribution strategy context utility methods to a separate file with...Gravatar Priya Gupta2018-08-14
* | | Merge pull request #21286 from olicht:patch-1Gravatar TensorFlower Gardener2018-08-13
|\ \ \
| | | * ENH: mapping idx to feature_nameGravatar Yan Facai (颜发才)2018-08-13
* | | | Create new MultiStepStopHook for running mutiple steps per run when using TPU...Gravatar Sourabh Bajaj2018-08-10
* | | | Merge pull request #21536 from facaiy:BUG/raw_receiver_fn_with_unknown_shapeGravatar TensorFlower Gardener2018-08-10
|\ \ \ \