You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As it says in the title,
tft.vocabulary
allows you to pass in a feature of typetf.int[8|16|32|64]
in addition totf.string
. It would be good iftft.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 callingtft.scale_to_z_score_per_key
, but it would be easier if I didn't have to.The text was updated successfully, but these errors were encountered: