logpai / logparser

A machine learning toolkit for log parsing [ICSE'19, DSN'16]
Other
1.56k stars 551 forks source link

Modified the 'logparser/utils/evaluator.py'. #99

Closed zzkluck closed 1 year ago

zzkluck commented 1 year ago

Modified the 'logparser/utils/evaluator.py' so that it no longer relies on the huge libraries 'scipy' and 'pandas'. It now only includes the native python modules, which will be beneficial for standalone operation.