aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/estimator
Commit message (Expand)AuthorAge
* Add support for SequenceExamples to sequence_feature_columnsGravatar Karmel Allison2018-10-08
* Merge pull request #22691 from Bantena:vowel-checkGravatar TensorFlower Gardener2018-10-06
|\
* | Supports TPUEstimatorSpec in multi_head for TRAIN and PREDICT modes.Gravatar A. Unique TensorFlower2018-10-03
| * fix spelling problemGravatar YongJoon Lee2018-10-03
|/
* Update code to use convert_to_tensor_or_indexed_slices, since features may be...Gravatar A. Unique TensorFlower2018-10-02
* [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* Quick fix for allowed symbols in tf contrib estimatorGravatar Katherine Wu2018-09-26
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Add a caveat about using early stopping library in distributed mode.Gravatar Goutham Bhat2018-09-25
* Merge pull request #21509 from facaiy:ENH/feature_importances_for_boosted_treeGravatar TensorFlower Gardener2018-09-25
|\
* | Always add layer annotations, regardless of mode.Gravatar A. Unique TensorFlower2018-09-21
| * Merge remote-tracking branch 'upstream/master' into ENH/feature_importances_f...Gravatar Yan Facai (颜发才)2018-09-20
| |\ | |/ |/|
* | Python interface for Boosted Trees model explainability (currently includes d...Gravatar A. Unique TensorFlower2018-09-19
* | Fix documentation markdownGravatar 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
* | Return OrderedDict as eval results should be sorted by global_step key.Gravatar Goutham Bhat2018-09-18
| * Merge branch 'master' into ENH/feature_importances_for_boosted_treeGravatar Yan Facai (颜发才)2018-09-13
| |\ | |/ |/|
* | Create experimental DNN Estimators with support for Path-Integrated Gradients...Gravatar A. Unique TensorFlower2018-09-12
* | Added functionality of passing loss reduction as argument for RNNClassifier w...Gravatar A. Unique TensorFlower2018-09-06
| * Merge remote-tracking branch 'upstream/master' into ENH/feature_importances_f...Gravatar Yan Facai (颜发才)2018-08-31
| |\ | |/ |/|
* | Add new aggregation mode "ONLY_FIRST_TOWER" and use it for the globalGravatar A. Unique TensorFlower2018-08-29
* | Added ability to forward sparse tensors in `forward_feature`.Gravatar A. Unique TensorFlower2018-08-22
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
| * CLN: revise according to commentsGravatar Yan Facai (颜发才)2018-08-21
* | New Class StepsExporter added which exports the serving graph and checkpoints...Gravatar Mehdi Sharifzadeh2018-08-17
* | Automated rollback of commit c16517f22b4c4601c1e02ec5cb55193743443878Gravatar Mehdi Sharifzadeh2018-08-17
* | Added a factory for StopAtCheckpointStepHook. Chief is responsible to save th...Gravatar Mustafa Ispir2018-08-16
* | Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* | New Class StepsExporter added which exports the serving graph and checkpoints...Gravatar A. Unique TensorFlower2018-08-14
* | Provide a stopper hook which checks latest checkpoint. This hook will be help...Gravatar Mustafa Ispir2018-08-14
* | Disable broken saved_model_estimator_test in tsan.Gravatar Gunhan Gulsoy2018-08-09
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
|/
* Support distribution strategies in `Estimator.evaluate`.Gravatar Priya Gupta2018-07-31
* Fix SavedModelEstimator docstring formatting.Gravatar Katherine Wu2018-07-27
* Boosted trees: Revealing pruning mode as one of the parameters for a gbdt est...Gravatar A. Unique TensorFlower2018-07-26
* Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* Work around gfile.Glob's divergent behavior in different environments.Gravatar Goutham Bhat2018-07-23
* 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
* Merge pull request #20822 from jperl:jperl-patch-1Gravatar TensorFlower Gardener2018-07-20
|\
* | Internal Change.Gravatar Michael Case2018-07-19
* | Adds class name to the multi_label per class metrics when label_vocabulary is...Gravatar A. Unique TensorFlower2018-07-19
| * Make InMemoryEvaluatorHook test agnostic to different platforms keys() orderGravatar Jon Perl2018-07-16
| * Fix timer in InMemoryEvaluatorHookGravatar Jon Perl2018-07-15
| * Test the timer in InMemoryEvaluatorHookGravatar Jon Perl2018-07-15
|/
* Add average prediction, average label to regression head.Gravatar A. Unique TensorFlower2018-07-11
* Early-stopping functionality for use with tf.estimator API.Gravatar Goutham Bhat2018-07-09