Hello, I try to prepare a collection of exampleSets for LSTM deep learning. Using Process Window it is possible to get easily the collection for one time-series attribute (temperature) as well as a horizontal label (temperature + 5). However, I could not find out how to get included several additional time-series attributes (humidity, cloud level etc.). I can do it one by one using join, but it is not a very flexible approach.
Suggestions are welcome. Best. T