Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 736 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 736 Bytes

logclustering-py

Build Status

Log clustering by detecting the similarity (editing distance) between two logs.

This is part of my master thesis project and still in development.

Requirements

  • Python 2.7
  • NumPy: The fundamental package needed for scientific computing with Python.
  • editdistance: Fast implementation of the edit distance(Levenshtein distance) in C++ and CPython.
  • python-dateutil: Useful extensions to the standard Python datetime features.