Brain icon indicating copy to clipboard operation
Brain copied to clipboard

Brain: Log Parsing with Bidirectional Parallel Tree

Results 8 Brain issues
Sort by recently updated
recently updated
newest added

when I run your code, the group accuracy result comes equal to the accuracy result which is not true, and it does not match the results in your paper. would...

I used drian in lopai to parse the thunderbird dataset (29.8gb) without getting MemoryError, but I did get MemoryError when I parsed the split thunderbird dataset (2.92gb) using Brain in...

I'm running out of memory when I'm running the Thunderbird dataset(29.8gb) with Logpai's brain, is there a way to solve it? Traceback (most recent call last): File "..\logparser\Brain.py", line 189,...

https://github.com/gaiusyu/Brain/blob/4b9151d16583cf5b558aa6f251eb67cfd2a3b546/Brain/Brain.py#L197C39-L197C39

-Invitation to contribute to LOGPAI- Hi, this is an invitation from LOGPAI, which is an open-source project towards building log anlaytics solutions powered by AI. Would you like to contribute...

According to the paper, Brain is able to parse logs both in log key level and log parameter level(variable).But i didnt see the saved variables in the result.csv

# How to use the parser? This is more of a "conversation thread" rather than a bug-report. I posted these questions [on the "logpai" issue](https://github.com/logpai/logparser/issues/118) but will post them here...

Hello author, I have some questions about the code in Brain/Brain.py. Firstly, on line 210, "if father[0] == root_set_detail[key][i][k]:", father[0] is a pure number, while root_set_detail[key][i][k] is a tuple. These...