LeonYang95 / PLELog

Implementation of PLELog in ICSE 2021 accepted paper:Semi-supervised Log-based Anomaly Detection via Probabilistic Label Estimation.
Apache License 2.0
71 stars 28 forks source link

Not found pipeline.py file #9

Closed ChangNamAn closed 2 years ago

ChangNamAn commented 2 years ago

Hi, There is no existing pipeline.py. Please check it out.

LeonYang95 commented 2 years ago

Hi @ChangNamAn , Thanks for your attention, I've updated PLELog to its new version. The entrance has been moved to approaches/PLELog.py. Please find the executable file there, and, if anything is wrong, please let me know. Thanks again.

ChangNamAn commented 2 years ago

Hi YangLin-George, Thanks for the prompt answer. I was asking you because you mentioned it in the Preparation section like below. "Note: Since log can be very different, here in this repository, we only provide the processing approach of HDFS and BGL w.r.t our experimental setting. If you want to apply PLELog on new log data, please refer to the prepare_data method in pipeline.py to add new pre-process methods."

LeonYang95 commented 2 years ago

Thanks for the comment, I will fix this misdirect in README.

LeonYang95 commented 2 years ago

I've updated the README and the guidelines are corrected. Many thanks for your comment.