Closed ritwikraj1 closed 4 years ago
Dear ritwikraj1,
You would need to pass the activity as parameter of the alpha miner.
You can do in the following way:
parameters={alpha_miner.Variants.CLASSIC.value.Parameters.ACTIVITY_KEY: 'activity'} net, initial_marking, final_marking = alpha_miner.apply(event_log, parameters=parameters)
I am trying to run a discovery algorithm with the data I have. I wrote the following simple code:
However, I am getting this error:
Could you please help me with this error? Thank you in advance.