aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/estimator/__init__.py
Commit message (Expand)AuthorAge
* Quick fix for allowed symbols in tf contrib estimatorGravatar Katherine Wu2018-09-26
* Create experimental DNN Estimators with support for Path-Integrated Gradients...Gravatar A. Unique TensorFlower2018-09-12
* Added a factory for StopAtCheckpointStepHook. Chief is responsible to save th...Gravatar Mustafa Ispir2018-08-16
* Provide a stopper hook which checks latest checkpoint. This hook will be help...Gravatar Mustafa Ispir2018-08-14
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* Automated rollback of commit 8257891f378027a1a7c0403ba6ba0aeb313496a0Gravatar Katherine Wu2018-07-20
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-20
* Early-stopping functionality for use with tf.estimator API.Gravatar Goutham Bhat2018-07-09
* Add an in-memory evaluator for Estimator. It will run evaluation without a ch...Gravatar Mustafa Ispir2018-05-18
* Adds BaseLineEstimator, which accepts a user-specified head.Gravatar A. Unique TensorFlower2018-05-10
* Add the ability to export separate SavedModels for train and eval mode to Est...Gravatar Karmel Allison2018-05-05
* Add RNNEstimator which takes in arbitrary heads.Gravatar A. Unique TensorFlower2018-05-02
* Adds logistic_regression_head.Gravatar A. Unique TensorFlower2018-05-01
* Add missing import for RNNClassifierGravatar A. Unique TensorFlower2018-04-10
* Add RNNClassifierGravatar A. Unique TensorFlower2018-04-06
* Added kernels and estimators for Gradient Boosting Trees algorithm.Gravatar Younghee Kwon2018-03-29
* Exposes poisson_regression_head in tf.contrib.estimator.Gravatar A. Unique TensorFlower2018-03-05
* Simplify replicate_model_fn.GatheringOptimizer inspired by the past comments.Gravatar Igor Saprykin2018-01-09
* Support multiple loss and multiple optimizers in replicate_model_fn.Gravatar Igor Saprykin2017-12-21
* Make `replicate_model_fn` available via tensorflow.contrib.estimator namespace.Gravatar Igor Saprykin2017-12-04
* Adds LinearEstimator and DNNLinearCombinedEstimator.Gravatar A. Unique TensorFlower2017-11-21
* Add capability to forward some features to predictions dictionary in Estimator.Gravatar Mustafa Ispir2017-09-29
* Move logit_fn from tf.contrib.learn to tf.contrib.estimator. Also, logit_fn'...Gravatar A. Unique TensorFlower2017-09-25
* Add gradient transformation wrapper to be used in canned estimators.Gravatar Mustafa Ispir2017-09-20
* Multi_head for core Estimators.Gravatar A. Unique TensorFlower2017-09-19
* Adds DNNEstimator to tf.contrib.estimator.Gravatar A. Unique TensorFlower2017-09-15
* Adds multi_label_head in tf.contrib.estimatorGravatar A. Unique TensorFlower2017-09-15
* Exposes Head and factory methods in tf.contrib.estimator.Gravatar A. Unique TensorFlower2017-09-08
* Added custom metric support for tf.estimator.Estimator.Gravatar Mustafa Ispir2017-09-06