Skip to content
/ pmrec Public

PMRec - Next event prediction model adapted from factorization machine

License

Notifications You must be signed in to change notification settings

jwllee/pmrec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pmrec

PMRec - Next event prediction model adapted from factorization machine

Package requirements:

  • Standard ML packages: numpy, and pandas
  • Factorization Machine: fastFM

How to run code?

Each experimental configuration is set up as a python script with a suffix of runX.py. For example, to run the experiments for the step size 2, simply execute:

python ./code/PMRec/run.py

One thing to note is that you would need to download the data and put them as a csv. Please download the data from https://data.4tu.nl/repository/collection:event_logs_synthetic.

To do your own experiments, feel free to use the converter to transform event data from a csv format to a process step format. Have a look at the dataRep directory for the different event data representation.

About

PMRec - Next event prediction model adapted from factorization machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages