aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/canned
Commit message (Expand)AuthorAge
* Allowing for mixture of V1 and V2 feature columns usage in canned estimators....Gravatar Rohan Jain2018-10-09
* Adding FeatureColumn V2 support for linear canned estimators.Gravatar Rohan Jain2018-09-28
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* 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
* | CLN: minor changesGravatar Yan Facai (颜发才)2018-09-18
* | CLN: only assert gains >= 0 for normalizationGravatar Yan Facai (颜发才)2018-09-14
* | Merge branch 'master' into ENH/feature_importances_for_boosted_treeGravatar Yan Facai (颜发才)2018-09-13
|\|
* | CLN: fix code styleGravatar Yan Facai (颜发才)2018-09-12
| * Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| * Update docstring for BoostedTrees n_batches_per_layer.Gravatar Zhenyu Tan2018-09-06
| * Disable variable partitioning from TPU DNN canned estimator.Gravatar Michael Case2018-09-04
* | Merge remote-tracking branch 'upstream/master' into ENH/feature_importances_f...Gravatar Yan Facai (颜发才)2018-08-31
|\|
| * 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
* | ENH: raise exception if unsupported features/columns is givenGravatar Yan Facai (颜发才)2018-08-25
* | TST: revise test case and too long lineGravatar Yan Facai (颜发才)2018-08-23
| * Fix typo: missing ' ' in error message.Gravatar A. Unique TensorFlower2018-08-22
* | CLN: revise codesGravatar Yan Facai (颜发才)2018-08-22
| * Synchronize stamp token between different resources:Gravatar A. Unique TensorFlower2018-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
* | 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
| * Adds top_k in PredictionKeys.Gravatar A. Unique TensorFlower2018-08-16
| * Simplify the boosted trees control flow.Gravatar A. Unique TensorFlower2018-08-15
* | ENH: mapping idx to feature_nameGravatar Yan Facai (颜发才)2018-08-13
| * Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* | TST: add test caseGravatar Yan Facai (颜发才)2018-08-09
* | ENH: implement feature importancesGravatar Yan Facai (颜发才)2018-08-09
|/
* Boosted trees: Revealing pruning mode as one of the parameters for a gbdt est...Gravatar A. Unique TensorFlower2018-07-26
* Adds class name to the multi_label per class metrics when label_vocabulary is...Gravatar A. Unique TensorFlower2018-07-19
* Refactoring some of the boosted trees code for growing ensemble.Gravatar A. Unique TensorFlower2018-07-16
* Add average prediction, average label to regression head.Gravatar A. Unique TensorFlower2018-07-11
* Fixing distributed version when not centering bias.Gravatar A. Unique TensorFlower2018-07-10
* - Adding ability to center bias as a first step of training gbdtGravatar A. Unique TensorFlower2018-07-03
* Expose sparse_combiner argument (from tf.feature_column.linear_model) into ca...Gravatar Eddie Zhou2018-07-03
* batch_norm: Whether to use batch normalization after each hidden layer.Gravatar A. Unique TensorFlower2018-07-02
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* Supports callable optimizer in canned estimators.Gravatar A. Unique TensorFlower2018-06-26
* Fix minor bug in handling of IndicatorColumn in BoostedTreesClassifier.Gravatar A. Unique TensorFlower2018-06-17