aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/feature_column
Commit message (Expand)AuthorAge
* Allowing for mixture of V1 and V2 feature columns usage in canned estimators....Gravatar Rohan Jain2018-10-09
* Add support for SequenceExamples to sequence_feature_columnsGravatar Karmel Allison2018-10-08
* Update _check_shape to accept six.integer_types instead of intGravatar A. Unique TensorFlower2018-10-03
* Adding FeatureColumn V2 support for linear canned estimators.Gravatar Rohan Jain2018-09-28
* Creating a LinearModel that works with V2 feature columns.Gravatar Rohan Jain2018-09-27
* Let feature columns correctly handle rank-1 sparse tensors from an empty batch.Gravatar A. Unique TensorFlower2018-09-27
* Automated rollback of commit 425e96f3ae4eb338268e3738260f9d79e4bdd893. Revert...Gravatar A. Unique TensorFlower2018-09-27
* Automated rollback of commit e00d7744dbab5c73e4d8ffa8a7d361f7b2dcefffGravatar Rohan Jain2018-09-26
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Merge pull request #20539 from candyzone:masterGravatar TensorFlower Gardener2018-09-22
|\
| * Fix lint errorsGravatar Allen Lavoie2018-09-21
* | Automated rollback of commit 9fe177881224571aff0c267593f747f5fd7a2967Gravatar Rohan Jain2018-09-19
* | Getting DNNModel to work with the new feature columns.Gravatar Rohan Jain2018-09-18
* | Add support for populating a feature columns to output tensors dictionary in ...Gravatar A. Unique TensorFlower2018-09-11
* | Adding support for FeatureColumn input in Keras models. Modifies the Model.fi...Gravatar Rohan Jain2018-09-06
* | Implementing InputLayer using the new feature columns.Gravatar Rohan Jain2018-08-23
* | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* | Internal Change.Gravatar Michael Case2018-08-09
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
| * fix: No need to convert to tensor when using ResourceVariable in embedding_lo...Gravatar candy.dc2018-07-26
|/
* Merge changes from github.Gravatar Yifei Feng2018-07-06
* Creating the new FeatureColumn's that would be made public. This CL clones th...Gravatar Rohan Jain2018-07-06
* Automated g4 rollback of changelist 201585400Gravatar Rohan Jain2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Automated g4 rollback of changelist 201230316Gravatar Rohan Jain2018-06-21
* Fixing a bug in linear_model where the name for the model is always set to 'l...Gravatar Rohan Jain2018-06-19
* Moving SharedEmbeddingColumns state management back to graph collections. Err...Gravatar Rohan Jain2018-06-19
* clean upGravatar Jianwei Xie2018-06-16
* Improves the docstring and comments about feature column library.Gravatar Jianwei Xie2018-06-14
* Add sequential functionality to _SharedEmbeddingColumn.Gravatar A. Unique TensorFlower2018-06-13
* Fix the docstring as it is stale. The initializer has no default inGravatar Jianwei Xie2018-06-06
* Making sure that weight_collections are respected for shared_embedding_columnsGravatar Rohan Jain2018-05-31
* Improve error message when a missing feature name is passed as a unicode string.Gravatar A. Unique TensorFlower2018-05-30
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Move Keras code out of _impl folder and remove API files.Gravatar Pavithra Vijay2018-05-17
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Make sparse_cross operations publicly available.Gravatar Mustafa Ispir2018-05-16
* Added type check to feature column keys. So that users will get meaningful er...Gravatar Mustafa Ispir2018-05-14
* Optimize LogicalOr and LogicalAnd with all true or false inputs:Gravatar A. Unique TensorFlower2018-05-02
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Simplifying cols_to_vars updateGravatar Rohan Jain2018-04-19
* Implements linear_model using _LinearModel. Added support for cols_to_vars in...Gravatar Rohan Jain2018-04-19
* Moving all state (variables) required for _EmbeddingColumn and _SharedEmbeddi...Gravatar Rohan Jain2018-04-18
* Allow negative feature values in computation for `sum` combiner.Gravatar A. Unique TensorFlower2018-04-10
* Refactor layers:Gravatar Francois Chollet2018-04-10
* Creates a LinearModel (inherits from keras.training.Model) that creates a linearGravatar Rohan Jain2018-04-04
* Adding a _create_state method to FeatureColumn so that we can decouple variab...Gravatar Rohan Jain2018-04-04
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28