Creating Process Mining Model: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page describes how a new process mining model can be created in QPR ProcessAnalyzer. Following steps need to be done: # Create datatable for events (eventlog) # Create da...") |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This | This article describes how to create a process mining model in QPR ProcessAnalyzer from CSV files. To create a model, you need two datatables (one for the events and one for the case attributes) and the model entity. The case attributes are not mandatory so the cases datatable is optional. | ||
# Go to the Workspace. | Here are the steps how to create a model: | ||
# Create a new project | # Go to the [[QPR_ProcessAnalyzer_Project_Workspace|Workspace]] by clicking the QPR ProcessAnalyzer icon in the top left. | ||
# When the | # Create a new project by clicking '''NEW''' -> '''Project'''. | ||
# Select the created datatable and | # When you are in the project, click '''NEW''' -> '''Datatable'''. Define a name for the datatable. | ||
# Select a CSV file, adjust settings for the file and click '''Start 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 data available, you can try out the [[Sample_Eventlog_Files|sample files]]). | ||
# | # Optional: For the case attributes data, create another new datatable and import data to it. | ||
# To create the model entity, click '''NEW''' -> '''Model''' and define a name for the model. | |||
# | # Select the created model and click '''Properties'''. | ||
# | # In the Model Properties dialog, open the '''Events datasource''' tab, where to select the events datatable and the columns that contain the case id, event type and event timestamp. | ||
# Click '''Save''' | # Optional: Open the '''Cases datasource''' tab, where to select the cases datatable and the column that contains the case id. | ||
# | # 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. |
Latest revision as of 08:59, 3 October 2024
This article describes how to create a process mining model in QPR ProcessAnalyzer from CSV files. To create a model, you need two datatables (one for the events and one for the case attributes) and the model entity. The case attributes are not mandatory so the cases datatable is optional.
Here are the steps how to create a model:
- Go to the Workspace by clicking the QPR ProcessAnalyzer icon in the top left.
- Create a new project by clicking NEW -> Project.
- When you are in the 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 data available, you can try out the sample files).
- Optional: For the case attributes data, create another new datatable and import data to it.
- To create the model entity, click NEW -> Model and define a name for the model.
- Select the created model and click Properties.
- In the Model Properties dialog, open the Events datasource tab, where to select the events datatable and the columns that contain the case id, event type and event timestamp.
- Optional: Open the Cases datasource tab, where to select the cases datatable and the column that contains the case id.
- 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.