Creating Process Mining Model: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This | This article describes how to create a process mining model in QPR ProcessAnalyzer from CSV files. Data can also be loaded in differences sources using a [[QPR_ProcessAnalyzer_Model_Datasources#Loading_Script|loading script]] or an [[QPR_ProcessAnalyzer_Model_Datasources#ODBC_Datasource|ODBC query]]. | ||
As an overview, following | As an overview, following entities need to be defined for a model: | ||
# | # Datatable for events (eventlog) | ||
# | # Datatable for case attributes (Case attributes are not mandatory, so this is optional.) | ||
# | # Model using these datatables | ||
Here are step-by-step instructions how to create a model | Here are the step-by-step instructions how to create a model: | ||
# Go to the [[QPR_ProcessAnalyzer_Project_Workspace|Workspace]] | # Go to the [[QPR_ProcessAnalyzer_Project_Workspace|Workspace]] by clicking the QPR icon in top left. | ||
# Create a new project | # Create a new project by clicking '''NEW''' -> '''Project'''. (You can also use an existing project.) | ||
# | # When you are in the target project, click '''NEW''' -> '''Datatable'''. Define a name for the datatable. | ||
# Select the created datatable and '''Import'''. | # Select the created datatable and click '''Import'''. | ||
# Select a CSV file, adjust settings for the file and click '''Start import'''. (If you don't have any data available, you can try out the [[Sample_Eventlog_Files|sample files]]). | # Select a CSV file, adjust settings for the file and click '''Start import'''. (If you don't have any data available, you can try out the [[Sample_Eventlog_Files|sample files]]). | ||
# For the case attributes data, create | # For the case attributes data, create another new datatable and import data to it. (This is optional, as case attributes are not mandatory to create a model.) | ||
# | # To create the model entity, click '''NEW''' -> '''Model''' and define a name for the model. | ||
# Select the model and click '''Model Properties'''. | |||
# Open the '''Cases datasource''' tab, select the cases datatable, and | # Open the '''Cases datasource''' tab, where to select the cases datatable, and the column that contains the case id. | ||
# Open the '''Events datasource''' tab, select the events datatable | # Open the '''Events datasource''' tab, where to select the events datatable and the columns that contain the case id, event type and event timestmap. | ||
# Click the '''Save''' button to close the dialog. | # Click the '''Save''' button to close the dialog. | ||
# The model has now been created! You can start analysis by | # The model has now been created! You can start analysis by double-clicking the model, which will go to the '''Process Discovery''' view. |
Revision as of 18:44, 28 January 2023
This article describes how to create a process mining model in QPR ProcessAnalyzer from CSV files. Data can also be loaded in differences sources using a loading script or an ODBC query.
As an overview, following entities need to be defined for a model:
- Datatable for events (eventlog)
- Datatable for case attributes (Case attributes are not mandatory, so this is optional.)
- Model using these datatables
Here are the step-by-step instructions how to create a model:
- Go to the Workspace by clicking the QPR icon in top left.
- Create a new project by clicking NEW -> Project. (You can also use an existing project.)
- When you are in the target project, click NEW -> Datatable. Define a name for the datatable.
- Select the created datatable and click Import.
- Select a CSV file, adjust settings for the file and click Start import. (If you don't have any data available, you can try out the sample files).
- For the case attributes data, create another new datatable and import data to it. (This is optional, as case attributes are not mandatory to create a model.)
- To create the model entity, click NEW -> Model and define a name for the model.
- Select the model and click Model Properties.
- Open the Cases datasource tab, where to select the cases datatable, and the column that contains the case id.
- Open the Events datasource tab, where to select the events datatable and the columns that contain the case id, event type and event timestmap.
- Click the Save button to close the dialog.
- The model has now been created! You can start analysis by double-clicking the model, which will go to the Process Discovery view.