logpai / loglizer

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

Improve performance #89

Closed HansAschenloher closed 2 years ago

HansAschenloher commented 2 years ago

Highly repeated joins to a pandas Dataframe, causes highly fragmented Dataframes, this leads to poor performance and warnings are printed. I replaced it, as recommended, with a single join