I'm using tensorflow datasets api
and i have a data with a string column that represents a binary option
(something like ("yes" or "no")
i'm wondering if i convert it into 1 and 0 (integer value) respectively using tf.feature_column without using 1 hot encoding
can u assist?
2.1m questions
2.1m answers
60 comments
57.0k users