An open API service indexing awesome lists of open source software.

https://github.com/a3darekar/msc_thesis_best_next_action

Implementation of next best action recommendation model
https://github.com/a3darekar/msc_thesis_best_next_action

Last synced: 2 months ago
JSON representation

Implementation of next best action recommendation model

Awesome Lists containing this project

README

        

# Msc thesis - best next action for business process context
Implementation of next best action recommendation model

### Install

Program is configured to work with pandas and tenserflow. Refer to `requirements.txt` for all dependencies.

### Dataset:
Download and unpack dataset from [here](https://data.4tu.nl/articles/dataset/BPI_Challenge_2017/12696884)

### Execution

To run, locate main.py in the directory and run `python main.py` followed optionally by xes file name from the BPI 2017 dataset. By default, program will try to unpack and process the xes file with name `BPI Challenge 2017.xes` at the current working directory.