Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@tanzhenyu
Copy link
Contributor

Only one minor change to split "IndexLookup" to "StringLookup" and "IntegerLookup". The rest is trivial.

But more importantly, add an official guide on how TF1 Estimator users with feature columns can convert their code into TF2 Keras users with KPL.

More importantly, add an official guide on how TF1 Estimator users with feature columns can convert their code into TF2 Keras users with KPL.
* Users with large dimension categorical inputs will incur large memory footprint and computation cost, if wrapped with indicator column through `tf.keras.layers.DenseFeatures`.
* Currently there is no way to correctly feed Keras linear model or dense layer with multivalent categorical inputs or weighted categorical inputs.
* Currently there is no way to correctly feed Keras linear model or dense layer with multivalent categorical inputs or weighted categorical inputs, or shared embedding inputs.
* feature columns offer black-box implementations, mix feature engineering with trainable objects, and lead to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: feature/Feature

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

# Keras categorical inputs

| Status | Accepted |
| Status | Completed |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean it's implemented? I would prefer the terminology Implemented instead of Completed. Could you also post the PR number where it was implemented? Something like:

Status: Implemented (Link to PR)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@ematejska ematejska merged commit 6cd4091 into tensorflow:master Jul 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants