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
- Host: GitHub
- URL: https://github.com/a3darekar/msc_thesis_best_next_action
- Owner: a3darekar
- License: apache-2.0
- Created: 2023-08-11T11:01:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T18:20:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T16:46:10.417Z (4 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.