Skip to content

First stable version

Compare
Choose a tag to compare
@Mcamargo85 Mcamargo85 released this 12 Mar 09:22
· 45 commits to master since this release

This version includes:

  • Training of embedding layers for activities and roles encoding.
  • Preprocessing of event-logs using n-grams and scaling techniques for creating sequences examples to train LSTM models.
  • Training scripts of different LSTM architectures.
  • Post-processing options about the selection of next activity, by using Arg. Max or RandomChoise following a PDF.
  • Prediction scripts for the next event of a process, the case continuation, and the generation of a full event-log from zero size prefix.