gertjanssenswillen / edeaR

!! repository moved to https://github.com/bupaverse/edeaR !! This repo is read-only from now one.
Other
7 stars 10 forks source link

start_activity and activity_frequency #9

Closed Nipi closed 6 years ago

Nipi commented 6 years ago

Hi, thanks for the bupaR package, it is very useful! I am having an issue using start_activity() and activity_frequency() functions:

1) evl %>% start_activities(level = "case") 2) evl %>% activity_frequency("case")

where evl is an eventlog object. The output is: 1) a data frame with only one row; 2) never stop running.

Any suggestion?

Thanks.

gertjanssenswillen commented 6 years ago

Thanks for mentioning. The issue with start_activity is solved by the latest commit. Please install edeaR again from github.

About activity_frequency: what are the dimensions of evl? I.e. number of rows, number of cases?

Nipi commented 6 years ago

Thanks for your answer.

I am working with an eventlog of 3.5 milions rows with 150k cases. I know that it is big, but it worked well in the previous release.

Is there some correlation with level = "case"?

Any suggestion?

gertjanssenswillen commented 6 years ago

I have push an update of the activity frequency function. I do not immediately have a large dataset to see if it improved. Could you test whether this works better?

Nipi commented 6 years ago

The function activity_frequency is working well in the latest release from GitHub.

Thanks a lot!

gertjanssenswillen commented 6 years ago

You're welcome!

Nipi commented 6 years ago

Now it works well on nodes: all the nodes are named in the correct way.

But I noticed something strange on arcs: there are some "NA Days" as duration.

Thanks too much.

cattura