Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tft.scale_to_z_score_per_key should support non-string keys like tft.vocabulary does #253

Open
cyc opened this issue Oct 26, 2021 · 0 comments

Comments

@cyc
Copy link

cyc commented Oct 26, 2021

As it says in the title, tft.vocabulary allows you to pass in a feature of type tf.int[8|16|32|64] in addition to tf.string. It would be good if tft.scale_to_z_score_per_key could support this as well. Of course, I know I can just convert my int-valued keys to strings before calling tft.scale_to_z_score_per_key, but it would be easier if I didn't have to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants