Description
Process Prediction.
Description
Means to predict process flow, such as process outcome, next activity, next time, remaining time, and remaining trace. Off-the-shelf predictive models based on the concept of Transformers are provided, as well as multiple ways to customize the models. This package is partly based on work described in Zaharah A. Bukhsh, Aaqib Saeed, & Remco M. Dijkman. (2021). "ProcessTransformer: Predictive Business Process Monitoring with Transformer Network" <arXiv:2104.00721>.
README.md
processpredictR
The goal of processpredictR is to perform prediction tasks on processes using event logs and Transformer models.
Installation
You can install the development version of processpredictR from GitHub with:
# install.packages("devtools")
devtools::install_github("bupaverse/processpredictR")
library(processpredictR)