Thank you.
And regarding the LSTM Keras network structure: do you recommend to add these constant-value features to the same input layer node to be part of the sequence being processed by the same LSTM layer node, or otherwise to be out of the time sequence and join the Keras network by a different input layer that does not go through the LSTM layer node?