You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QLasso implemented as in article. This is nice because it represents a benchmark as a thought-through model, and we can compare results to know if our implementation is working. https://web.stanford.edu/~bayati/papers/edwait.pdf
LSTM and/or some other recurrent network. Since these networks have "memory" it would be interesting if one can feed the events more or less directly to the models. Are said to require huge amount of data for training but we might have enough.
Stuff to do/ideas I want to try: