prepare_examples: Convert a dataset of type log into a preprocessed format.
Description
an event log is converted into a tibble where each row contains a cumulative sequence of activities per case.
This sequence will eventually be feeded to the Transformer model's token embedding layer.