Questions tagged [process-mining]
18 questions
0
votes
1 answer
using PM4PY, is ignoring outliers to calulate the average
I have a csv file which has the following attributes - (id, date, status)
First I store the values in a dataframe and process it
# get the data in a data frame
log_csv = pd.read_csv('HILTGLOBAL.csv', sep=',')
# processing the data
log_csv =…

ayushi
- 63
- 1
- 6
-1
votes
1 answer
java.lang.reflect.InvocationTargetException error in ProM process mining software during csv file import
I have installed ProM 6.12 process mining software on my Mac M1, and followed the steps listed here: https://promtools.org/prom-6-12/ . Java version is 19.0.2. On trying to import a csv file, I get the the following…

debuman8
- 1
- 2