PLELog icon indicating copy to clipboard operation
PLELog copied to clipboard

Implementation of PLELog in ICSE 2021 accepted paper:Semi-supervised Log-based Anomaly Detection via Probabilistic Label Estimation.

Results 5 PLELog issues
Sort by recently updated
recently updated
newest added

Thanks for your great work. As HDFS labels are initially strings, is this a typo in the following line? token[1] are strings, which cannot be converted to int. https://github.com/YangLin-George/PLELog/blob/fd35d79c9bd38b2d087e2241d5a942113013640a/preprocessing/dataloader/HDFSLoader.py#L199

The training process encountered the following problems ![图片1](https://github.com/LeonYang95/PLELog/assets/50793022/8be31264-3821-482f-b9da-d5ef9d8e5dd7) bidirectional set as False.Another problem arose. ![图片2](https://github.com/LeonYang95/PLELog/assets/50793022/7d9f4768-9e3b-4755-b108-10461d2fb8ec) I have removed the back part of the multiplication in the image below.Can be trained...

When I was training, the following error occurred,and I don't know how to correct it。 Traceback (most recent call last): File "/Users/heyingying/PycharmProjects/PLELog/approaches/PLELog.py", line 255, in loss = plelog.forward(tinst.inputs, tinst.targets) File...

**Step 4:** Run `approaches/PLELog.py` (make sure it has proper parameters). I got this error in the fourth step, can you help me take a look

Thanks for sharing the code, but after I ran the code, I found that the accuracy of the indicator did not reach the indicator in the paper, how should I...