So i got a database with 550k historical events in it. For each event, I have a list of possible outcomes, and the actual result.
I want to use that to make some predictions about future events.
I have a general idea of how training works (theoretical), but I am completely new to the field.
Where do I start?
You chose hard problem to start with. I would start from NLP or Tabular models and going deep into it.