LSTM model
rnn_model(input_size, hidden_size, output_size, num_layers = 2, dropout = 0.3)
input size (nr of columns with time series drivers)
the size of the LSTM hidden layers in the module
the output size of the model
number of layers in the LSTM module
dropout rate of the LSTM module
a bare LSTM model, to be configured and run