I tend to think of a one-hot encoding as another set of columns, and from that POV they should concatenate straightforwardly, but something there is that does not like an encoding… (c.f. Robert Frost & walls )
(This is essentially what I did directly in TF with numpy get_dummies for categories and then fed everything to a dense layer)
What is the correct/recommended way of combining the one hot encodings with numerical values?