bupaR | repository moved to https://github.com/bupaverse/bupaR !! | BPM library
kandi X-RAY | bupaR Summary
kandi X-RAY | bupaR Summary
bupaR is an open-source suite for the handling and analysis of business process data in R developed by the Business Informatics research group at Hasselt University, Belgium. It builds upon the concept of an event log which is a logbook of events which have happened and were recorded within the execution of a business process.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bupaR
bupaR Key Features
bupaR Examples and Code Snippets
Community Discussions
Trending Discussions on bupaR
QUESTION
I'm trying to plot a precedence matrix plot from bupar in python.
So far I'm able to add the text and plot the categorical variables with the count.
...ANSWER
Answered 2021-Oct-27 at 05:43You could draw colored rectangles at each of the positions. A colormap together with a norm could define the color.
Here is an example:
QUESTION
The precedence matrix shows the flows from one activity to another in a rectangular format. A precedence diagram is a two-dimensional matrix showing the flows between activities. It can contain different type values, by adjusting the type argument.
In r-programming
it can be calculated using bupar
package.
ANSWER
Answered 2021-Aug-07 at 04:11Per OP's request in the comments here is a minimalist proof of concept of a precedence matrix in python using a graph structure.
QUESTION
I need to recreate a plot- Trace explorer similar to the one below created in R. I was hoping to use matplotlib, but can't find any examples or references for how to do a Trace Explorer like this. Can anyone point me in the right direction? I do need to be able to do this with Python, though.
Test or sample data
...ANSWER
Answered 2021-Aug-01 at 18:14You can use plt.Rectangle()
to create a colored rectangle and ax.text
to place texts.
Many variations are possible. Here is some example code to get you started:
QUESTION
Below is the reproducible code which needs to be pasted in PowerBI R script visualization.
I'm making some customizations to the default process_map object
.
The visual works on my current desktop but gives out error when published to PowerBI Web.
...ANSWER
Answered 2021-Mar-24 at 06:29I ended up re-writing the customisation code so that there's no function
within a function
which is referenced by the error code below
QUESTION
How do I rename the Start
and End
of the process_map()
output below?
For example instead of Start
, rename to Begin
, instead of End
, rename to Stop
.
Thank you
...ANSWER
Answered 2021-Mar-22 at 10:16Not sure if there is a function in the package to directly do this but you can explore the object from process_map
and use string processing to change the value.
QUESTION
I have an event log data. For reproducible example, let's use the data from eventdataR
ANSWER
Answered 2021-Mar-18 at 07:52You can filter
them with dplyr
:
QUESTION
I want to change the color scale based on a hex code color I provide.
For example below the color_scale
argument takes a value based on available color palette from RColorBrewer
library
ANSWER
Answered 2021-Mar-18 at 05:02I just read your question properly - I do not believe there is a way to use a non-RColorBrewer palette with the process_map() function. A potential workaround is to find the source code and create your own function based on the bupaR function to accept other palettes, but as far as I can tell it will only accept RColorBrewer or Viridis palettes at present.
--
Depending on your use case you could use colorRampPalette()
to build your palette from white to #004b88, e.g.
To see "Purples":
QUESTION
My goal is to plot the output, a process map, onto the browser. The output plot continues to appear in the Viewer pane in RStudio.
All of the functionality works as expected and I'm able to call the appropriate data and generate a dynamic output based on the dropdown menu.
Any help would be much appreciated. Full code is below.
...ANSWER
Answered 2021-Jan-15 at 08:39To get output of process_map
in shiny
you have to use GrViz functions from DiagrammeR
.
QUESTION
ANSWER
Answered 2020-Nov-20 at 06:38I can access the attributes as below
QUESTION
I'm aware that you can combine a combination of edges and nodes from the two as shown here.
However, I'm trying to create something similar that displays both the counts and times on both the edges and nodes if possible like the following at the bottom. With something like this, one wouldn't have to constantly compare the process/performance maps side by side to see which counts match up with which times.
...ANSWER
Answered 2020-Feb-08 at 22:23I just discovered the "sec_nodes" and "sec_edges" arguments which allow you display both a time and count which is good enough, thought I'm not sure if it's possible to display a third type and edge statistic.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bupaR
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page