Skip to content

prcore/prcore

Repository files navigation

PrCore

PrCore is a backend application used for prescriptive process monitoring. It takes historical event log files and provides ongoing case prescriptions based on the received event streaming data or new event log dataset. It is flexible and can be applied to event logs in various domains. Its prescribing and predicting algorithms can be easily modified, replaced, or added due to its plugin mechanism. Moreover, its API is easy to use and can be integrated into any application.

flowchart LR
    upload(Upload) --> train(Train) --> new(New Data) --> result(Prescriptions)
Loading

Please check out following link(s) for more information:

PrCore is licensed under the MIT License.

Packages

 
 
 

Contributors