aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/model_fn_test.py
Commit message (Expand)AuthorAge
* Add support for the new metrics in the Estimator module.Gravatar Pavithra Vijay2018-08-30
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Create default export_outputs for Estimators when predicting if none are prov...Gravatar Karmel Allison2018-06-22
* Adds prediction_hooks into EstimatorSpec.Gravatar Jianwei Xie2018-01-29
* Users can call EstimatorSpec._replace since it's a namedtuple. Calling _repla...Gravatar Mustafa Ispir2017-09-29
* Adds evaluation_hooks in EstimatorSpec.Gravatar Jianwei Xie2017-07-15
* Allow tuple-valued metrics in EstimatorsGravatar A. Unique TensorFlower2017-03-28
* Fix estimator subdirs when running tests on the pip-installed tensorflow.Gravatar Jonathan Hseu2017-03-20
* Expose Estimator and associated utilities in the API.Gravatar Martin Wicke2017-03-16
* Move Estimator.export_savedmodel() to core.Gravatar David Soergel2017-03-10
* Rename Estimator.fit() -> Estimator.train() and ModeKeys.FIT -> ModeKeys.TRAIN.Gravatar Jonathan Hseu2017-03-10
* Relaxed restriction in EstimatorSpec: predictions can be empty in Eval mode.Gravatar Mustafa Ispir2017-03-09
* EstimatorSpec: Define default scaffold in case of None provided. This will re...Gravatar Mustafa Ispir2017-03-07
* Move estimator.evaluate into core.Gravatar A. Unique TensorFlower2017-02-27
* Move estimator.fit into core.Gravatar Mustafa Ispir2017-02-24
* internal changeGravatar Jianwei Xie2017-02-23