How can I pre-process time series data for a classification problem and feed it into the PyTorch LSTM model? I have the dataset like the below picture. How can I pre-process the dataset to feed it to the LSTM model?
Here, event_type
is the target column and it's a binary classification problem. I want to train this dataset using LSTM.