Open
Description
Hi,
When attempting to run process discovery algorithms "alpha miner" or "inductive miner", either on my data or using the dataset "patients" and following the example from https://bupar.net/alpha_miner.html (and respective inductive miner site) I run into errors:
Alpha miner
`library(bupaR)
library(pm4py)
library(petrinetR)
patients_completes <- patients %>% filter_lifecycle("complete")
discovery_alpha(patients_completes) -> PN
PN$petrinet %>% render_PN()`
Gives an error message:
"Error: Can't subset columns that don't exist. x Column from
doesn't exist. Run rlang::last_error()
to see where the error occurred."
Furthermore, the output of PN %>% str
is different for me:
Inductive miner
library(bupaR)
library(pm4py)
library(petrinetR)
patients_completes <- patients %>% filter_lifecycle("complete")
discovery_inductive(patients_completes, variant = variant_inductive_only_dfg()) -> PN
PN$petrinet %>% render_PN()
And the output of PN %>% str
is also different
Heuristic miner
I'm new to process mining and got a little experience with R in general. May I ask for help on how I can get around this?
thanks!
Metadata
Metadata
Assignees
Labels
No labels