vinspdb / ImagePPMiner

Next Activity prediction with CNN2D
Apache License 2.0
7 stars 3 forks source link

The model does not work as expected? And I can not find the reason for bad predictions. #2

Closed halophy closed 1 year ago

halophy commented 1 year ago

When I run the main.py file directly using the prompt command, I get a bad predictions like shown in the picture. Could you please provide a better parameter setting for the current model? And the same problem also emerges in the project PREMIERE.

python main.py -event_log helpdesk -n_layers 2 image

vinspdb commented 1 year ago

Dear @halophy, I have re-run the code on my machine with the Helpdesk log, and the model works correctly. I have attached the screen to you. I cannot reproduce your error. screen I am using: Tensorflow 2.10.0 pm4py 2.2.30 scikit_learn 1.1.3

vinspdb commented 1 year ago

I also tried the dataset receipt on PREMIERE, and the model works correctly.