aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/feature_column/feature_column_v2.py
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
* 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
* 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
* | 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
* | 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
|/
* Creating the new FeatureColumn's that would be made public. This CL clones th...Gravatar Rohan Jain2018-07-06