Recurrent Tabular Model

Hi everyone,

I’m hoping someone could give me an example of how to make a recurrent tabular model (Non NLP). Right now I have a basic tabular model operating on each sample independently. But my data is really groups of rows which should have an RNN operating on the whole group making a prediction on each sample of the group. I can’t figure out how to convert the tabular model into an RNN especially with the databunch. An example or some help would be greatly appreciated.

Thanks