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 |
||
Line 4: | Line 4: | ||
# Create a model that use the datatables. | # Create a model that use the datatables. | ||
# Go to the Workspace. | Follow these steps to create a new model: | ||
# Go to the [[QPR_ProcessAnalyzer_Project_Workspace|Workspace]] from the navigation menu or from the Home screen. | |||
# Create a new project for the model by clicking the parent project and click '''NEW''' and '''Project'''. | # Create a new project for the model by clicking the parent project and click '''NEW''' and '''Project'''. | ||
# When the target project is selected, click '''NEW''' and '''Datatable'''. | # When the target project is selected, click '''NEW''' and '''Datatable'''. | ||
# Select the created datatable and select '''Import'''. | # Select the created datatable and select '''Import'''. | ||
# Select a CSV file, adjust settings for the file and click '''Start import'''. | # Select a CSV file, adjust settings for the file and click '''Start import'''. (If you don't have your data available, you can try out the [[Sample_Eventlog_Files|sample files]]). | ||
# Follow the same steps for the case attributes data. | # Follow the same steps for the case attributes data, i.e. create a new datatable and import data from a file to it. | ||
# Click the models list in the headers, and from the opening dropdown list find the project. Hover the project and from the context menu (dots), select '''Create model'''. | # Click the models list in the headers, and from the opening dropdown list find the project. Hover the project and from the context menu (dots), select '''Create model'''. | ||
# Model Properties dialog opens. Define a name for the model (e.g. ''Order-to-cash process''). | # Model Properties dialog opens. Define a name for the model (e.g. ''Order-to-cash process''). |
Revision as of 20:25, 21 June 2021
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 datatable for case attributes (this is optional step).
- Create a model that use the datatables.
Follow these steps to create a new model:
- Go to the Workspace from the navigation menu or from the Home screen.
- Create a new project for the model by clicking the parent project and click NEW and Project.
- When the target project is selected, click NEW and Datatable.
- Select the created datatable and select Import.
- Select a CSV file, adjust settings for the file and click Start import. (If you don't have your data available, you can try out the sample files).
- Follow the same steps for the case attributes data, i.e. create a new datatable and import data from a file to it.
- Click the models list in the headers, and from the opening dropdown list find the project. Hover the project and from the context menu (dots), select Create model.
- Model Properties dialog opens. Define a name for the model (e.g. Order-to-cash process).
- Click Cases datasource tab, select your cases datatable and define the column that contains the case id's.
- Click Events datasource tab, select your events datatable and define the columns that contains the case id's, event type and event time.
- Click Save for the dialog.
- New model has now been created! You can start the analysis by going to the Process Discovery and select the create model from the model list in the header.