logpai / loglizer

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

Added a BGL file loading function #83

Closed Vincent-Therrien closed 1 year ago

Vincent-Therrien commented 2 years ago

The function returns data formatted like those returned by the HDFS loading function, that is, training and test (x, y) tuples.

Returned values can be processed with the feature extractor directly and features are usable with the anomaly detection methods.

No label file is provided because normal logs are labelled with a dash ('-') character in BGL datasets. Abnormal logs lack this character.