logpai / loglizer

A machine learning toolkit for log-based anomaly detection [ISSRE'16]
MIT License
1.27k stars 423 forks source link

How to load log data in sliding window #52

Closed xinyangjijia closed 5 years ago

xinyangjijia commented 5 years ago

Now we need to process a batch of logs.We want to load this data in sliding window. But in your file named dataloder.py, the function (load_BGL) is TODO. We want to know if this function has been completed.And if completed, can you provide a source code to us? We need your help.thanks.

zhujiem commented 5 years ago

bgl_preprocess_data() in dataloader is our previous implemention. You can use it for your reference. We currently have no new implementation yet.

Zakaria-laktati commented 2 years ago

Can we have an implementation (or just a template) of unlabeled data in sliding window please !