Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

michabirklbauer/chess_mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Mining

Analysing Chess Games with Process Mining.

Outline

Although chess games do not necessarily have timestamps they are neatly ordered and can be expressed as sequence of moves. In the following we suggest modeling chess games using process mining tools. We consider the following attributes:

  • Case ID: The match number.
  • Activity: The move e.g. "e4".
  • Resource: White or Black.
  • Timestamp: The current turn iteration.

The goal is to compare openings - which we define as the first 10 turns - of different users and look for patterns in the generated process model as well as conformance between players.

Contributors