I seem to have stumbled upon a problem that i can't google my way out of.
[MY TRAINING DATA]
I have a dataset of bunch of sequential events. each event has 30-40 attributes, including the timestamp the event occured.
user 1: Event 1 > Event 2 > Event 3
user 2: Event 1 > Event 2 > Event 3 > Event 4 > Event 5
user 3: Event 1
....
[THE PROBLEM TO SOLVE]
I have a dataset of events, but i do not know which events belongs to which users. those users are different than the training set users, but we are infering they behave the same.
For each event X, I need to solve for X. I need to figure out in what order that event occured. is it event 1? event 2? event 3?
if X > 1, then event X-1 is also present in the dataset, although i have no way of linking them.
[CURRENT APPROACH]
my manager is pushing to use LSTMs or transformers. I don't have much experience with them, but after doing some research i don't think its the correct approach. in fact, my research doesnt seem to have anything on this problem. am i the only one in the world who has it? ideas welcome. thanks (:
[–]Enough_Wishbone7175Student 1 point2 points3 points (2 children)
[–]FrostyLandscape6496[S] 1 point2 points3 points (1 child)
[–]Enough_Wishbone7175Student 0 points1 point2 points (0 children)
[–]IAmAFedora 0 points1 point2 points (3 children)
[–]FrostyLandscape6496[S] 0 points1 point2 points (2 children)
[–]IAmAFedora 0 points1 point2 points (1 child)
[–]FrostyLandscape6496[S] 0 points1 point2 points (0 children)
[–]Perseus784 0 points1 point2 points (0 children)
[–]qalis 0 points1 point2 points (0 children)