I have multiple features to be used in LSTM with timesteps = 5 (n), when i run the model
def create_dataset(dataset, time_stamp=5): dataX, dataY = [], []