aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator
Commit message (Expand)AuthorAge
* Allowing for mixture of V1 and V2 feature columns usage in canned estimators....Gravatar Rohan Jain2018-10-09
* If keras_model_path is google storage url, provide util to download modelGravatar Zhenyu Tan2018-10-01
* Move TPU variables to the TPU device in TPUStrategy.Gravatar Jonathan Hseu2018-09-28
* Adding FeatureColumn V2 support for linear canned estimators.Gravatar Rohan Jain2018-09-28
* Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-28
* Remove @{} api_links and ban "@{}" from python and md files.Gravatar Mark Daoust2018-09-28
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* Add Mirrored distribution strategy support for new metrics with Keras and Est...Gravatar Pavithra Vijay2018-09-26
* Fix the eval hook to run the correct number of steps when using TPU strategyGravatar Sourabh Bajaj2018-09-26
* Automated rollback of commit 844074c2a8e61b744c3de2718e1c9ea7b1d2edc2Gravatar A. Unique TensorFlower2018-09-26
* Update hooks for distributed jobs with a master node, to ensure thatGravatar A. Unique TensorFlower2018-09-26
* Merge pull request #21509 from facaiy:ENH/feature_importances_for_boosted_treeGravatar TensorFlower Gardener2018-09-25
|\
* | Fixes typo in docstring to correctly name the new Estimator method export_sav...Gravatar Karmel Allison2018-09-24
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
| * Merge remote-tracking branch 'upstream/master' into ENH/feature_importances_f...Gravatar Yan Facai (颜发才)2018-09-20
| |\ | |/ |/|
| * TST: introduce test case from upstream/masterGravatar Yan Facai (颜发才)2018-09-20
* | Boosted trees: Add error messages when tree complexity parameter is not prope...Gravatar A. Unique TensorFlower2018-09-19
| * 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
* | Automated rollback of commit 9fe177881224571aff0c267593f747f5fd7a2967Gravatar Rohan Jain2018-09-19
* | Getting DNNModel to work with the new feature columns.Gravatar Rohan Jain2018-09-18
* | Convert the new metric instances to (value_op, update_op) tuple in the Estima...Gravatar Pavithra Vijay2018-09-18
* | Updates documentation of Estimator.predict to note that an issue with yieldin...Gravatar Mustafa Ispir2018-09-18
| * CLN: minor changesGravatar Yan Facai (颜发才)2018-09-18
* | Fix _check_is_tensor like _check_is_tensor_or_operation was fixed in #22264.Gravatar A. Unique TensorFlower2018-09-17
* | Merge pull request #22264 from dave-msk:est_spec_metrics_ops_check_tensorGravatar TensorFlower Gardener2018-09-17
|\ \
* | | fix bug of lacking axis when using array.ops.concat in unwrap_and_concat func...Gravatar wangsiyu2018-09-15
* | | Fix spelling in error messageGravatar A. Unique TensorFlower2018-09-14
| | * CLN: only assert gains >= 0 for normalizationGravatar Yan Facai (颜发才)2018-09-14
| * | Modified "_check_is_tensor_or_operation" to check if "x" is "tensor_like"Gravatar (David) Siu-Kei Muk2018-09-14
|/ /
* | Automated rollback of commit 56d4fc8ff67f48294ae5cb0a7f9ff3d954463aa3Gravatar A. Unique TensorFlower2018-09-13
* | Add a `namedtuple` factory that accepts doc-strings.Gravatar Mark Daoust2018-09-13
| * Merge branch 'master' into ENH/feature_importances_for_boosted_treeGravatar Yan Facai (颜发才)2018-09-13
| |\ | |/ |/|
* | Add unit test for model_to_estimator where inpu_fnGravatar Zhenyu Tan2018-09-12
| * CLN: fix code styleGravatar Yan Facai (颜发才)2018-09-12
* | 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
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* | disabling test thats timing out in asanGravatar Olivia Nordquist2018-09-07
* | Fix bug that prevented iterations variable from updating when training an Est...Gravatar Katherine Wu2018-09-06
* | Update docstring for BoostedTrees n_batches_per_layer.Gravatar Zhenyu Tan2018-09-06
* | disable msan in failing testGravatar Olivia Nordquist2018-09-05
* | Temporarily disable distributed coordinator training when using TPUStrategyGravatar Frank Chen2018-09-05
* | Expose an axis argument for VocabInfo, which allows for warm-starting of the ...Gravatar Eddie Zhou2018-09-05
* | Change tags for estimator_testGravatar Austin Anderson2018-09-05
* | Disable variable partitioning from TPU DNN canned estimator.Gravatar Michael Case2018-09-04
* | Remove per-tower ready op since concat doesn't have a GPU kernel for DT_STRING.Gravatar Yuefeng Zhou2018-08-31
* | Roll forward of commit 069f808e5c0462819bcd6c73c75491b00cdd42c2 (rolling back...Gravatar Katherine Wu2018-08-31
| * Merge remote-tracking branch 'upstream/master' into ENH/feature_importances_f...Gravatar Yan Facai (颜发才)2018-08-31
| |\ | |/ |/|